struct Advent::Day19::Blueprint

Defined in:

day19.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def clay_ore_cost : Int32 #

[View source]
def clay_ore_cost=(clay_ore_cost : Int32) #

[View source]
def geode_obby_cost : Int32 #

[View source]
def geode_obby_cost=(geode_obby_cost : Int32) #

[View source]
def geode_ore_cost : Int32 #

[View source]
def geode_ore_cost=(geode_ore_cost : Int32) #

[View source]
def obby_clay_cost : Int32 #

[View source]
def obby_clay_cost=(obby_clay_cost : Int32) #

[View source]
def obby_ore_cost : Int32 #

[View source]
def obby_ore_cost=(obby_ore_cost : Int32) #

[View source]
def ore_ore_cost : Int32 #

[View source]
def ore_ore_cost=(ore_ore_cost : Int32) #

[View source]