Class: Core::Game::Alchemy::Recipe
Instance Attribute Summary collapse
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#input ⇒ Object
Returns the value of attribute input.
-
#level ⇒ Object
Returns the value of attribute level.
-
#name ⇒ Object
Returns the value of attribute name.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#icon ⇒ Object
Returns the value of attribute icon.
6 7 8 |
# File 'lib/game/alchemy/recipe.rb', line 6 def icon @icon end |
#input ⇒ Object
Returns the value of attribute input.
6 7 8 |
# File 'lib/game/alchemy/recipe.rb', line 6 def input @input end |
#level ⇒ Object
Returns the value of attribute level.
6 7 8 |
# File 'lib/game/alchemy/recipe.rb', line 6 def level @level end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/game/alchemy/recipe.rb', line 6 def name @name end |
#output ⇒ Object
Returns the value of attribute output.
6 7 8 |
# File 'lib/game/alchemy/recipe.rb', line 6 def output @output end |