Class: Core::Game::Alchemy::Recipe

Inherits:
Object
  • Object
show all
Defined in:
lib/game/alchemy/recipe.rb

Instance Attribute Summary collapse

Instance Attribute Details

#iconObject

Returns the value of attribute icon.



6
7
8
# File 'lib/game/alchemy/recipe.rb', line 6

def icon
  @icon
end

#inputObject

Returns the value of attribute input.



6
7
8
# File 'lib/game/alchemy/recipe.rb', line 6

def input
  @input
end

#levelObject

Returns the value of attribute level.



6
7
8
# File 'lib/game/alchemy/recipe.rb', line 6

def level
  @level
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/game/alchemy/recipe.rb', line 6

def name
  @name
end

#outputObject

Returns the value of attribute output.



6
7
8
# File 'lib/game/alchemy/recipe.rb', line 6

def output
  @output
end