Class: RPG::System
- Inherits:
-
Object
- Object
- RPG::System
- Defined in:
- lib/classes.rb
Instance Attribute Summary collapse
-
#armor_types ⇒ Object
Returns the value of attribute armor_types.
-
#currency_unit ⇒ Object
Returns the value of attribute currency_unit.
-
#elements ⇒ Object
Returns the value of attribute elements.
-
#game_title ⇒ Object
Returns the value of attribute game_title.
-
#skill_types ⇒ Object
Returns the value of attribute skill_types.
-
#terms ⇒ Object
Returns the value of attribute terms.
-
#weapon_types ⇒ Object
Returns the value of attribute weapon_types.
-
#words ⇒ Object
Returns the value of attribute words.
Instance Attribute Details
#armor_types ⇒ Object
Returns the value of attribute armor_types.
150 151 152 |
# File 'lib/classes.rb', line 150 def armor_types @armor_types end |
#currency_unit ⇒ Object
Returns the value of attribute currency_unit.
150 151 152 |
# File 'lib/classes.rb', line 150 def currency_unit @currency_unit end |
#elements ⇒ Object
Returns the value of attribute elements.
150 151 152 |
# File 'lib/classes.rb', line 150 def elements @elements end |
#game_title ⇒ Object
Returns the value of attribute game_title.
150 151 152 |
# File 'lib/classes.rb', line 150 def game_title @game_title end |
#skill_types ⇒ Object
Returns the value of attribute skill_types.
150 151 152 |
# File 'lib/classes.rb', line 150 def skill_types @skill_types end |
#terms ⇒ Object
Returns the value of attribute terms.
150 151 152 |
# File 'lib/classes.rb', line 150 def terms @terms end |
#weapon_types ⇒ Object
Returns the value of attribute weapon_types.
150 151 152 |
# File 'lib/classes.rb', line 150 def weapon_types @weapon_types end |
#words ⇒ Object
Returns the value of attribute words.
150 151 152 |
# File 'lib/classes.rb', line 150 def words @words end |