struct Advent::Day19::Blueprint
- Advent::Day19::Blueprint
- Struct
- Value
- Object
Defined in:
day19.crConstructors
Instance Method Summary
- #clay_ore_cost : Int32
- #clay_ore_cost=(clay_ore_cost : Int32)
- #geode_obby_cost : Int32
- #geode_obby_cost=(geode_obby_cost : Int32)
- #geode_ore_cost : Int32
- #geode_ore_cost=(geode_ore_cost : Int32)
- #obby_clay_cost : Int32
- #obby_clay_cost=(obby_clay_cost : Int32)
- #obby_ore_cost : Int32
- #obby_ore_cost=(obby_ore_cost : Int32)
- #ore_ore_cost : Int32
- #ore_ore_cost=(ore_ore_cost : Int32)
Constructor Detail
def self.new(ore_ore_cost : Int32, clay_ore_cost : Int32, obby_ore_cost : Int32, obby_clay_cost : Int32, geode_ore_cost : Int32, geode_obby_cost : Int32)
#