Class: Flay::Item
- Inherits:
-
Struct
- Object
- Struct
- Flay::Item
- Defined in:
- lib/flay.rb
Instance Attribute Summary collapse
-
#bonus ⇒ Object
(also: #identical?)
Returns the value of attribute bonus.
-
#locations ⇒ Object
Returns the value of attribute locations.
-
#mass ⇒ Object
Returns the value of attribute mass.
-
#name ⇒ Object
Returns the value of attribute name.
-
#structural_hash ⇒ Object
Returns the value of attribute structural_hash.
Instance Attribute Details
#bonus ⇒ Object Also known as: identical?
Returns the value of attribute bonus
13 14 15 |
# File 'lib/flay.rb', line 13 def bonus @bonus end |
#locations ⇒ Object
Returns the value of attribute locations
13 14 15 |
# File 'lib/flay.rb', line 13 def locations @locations end |
#mass ⇒ Object
Returns the value of attribute mass
13 14 15 |
# File 'lib/flay.rb', line 13 def mass @mass end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/flay.rb', line 13 def name @name end |
#structural_hash ⇒ Object
Returns the value of attribute structural_hash
13 14 15 |
# File 'lib/flay.rb', line 13 def structural_hash @structural_hash end |