Class: Flay::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/flay.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bonusObject Also known as: identical?

Returns the value of attribute bonus

Returns:

  • (Object)

    the current value of bonus



21
22
23
# File 'lib/flay.rb', line 21

def bonus
  @bonus
end

#locationsObject

Returns the value of attribute locations

Returns:

  • (Object)

    the current value of locations



21
22
23
# File 'lib/flay.rb', line 21

def locations
  @locations
end

#massObject

Returns the value of attribute mass

Returns:

  • (Object)

    the current value of mass



21
22
23
# File 'lib/flay.rb', line 21

def mass
  @mass
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



21
22
23
# File 'lib/flay.rb', line 21

def name
  @name
end

#structural_hashObject

Returns the value of attribute structural_hash

Returns:

  • (Object)

    the current value of structural_hash



21
22
23
# File 'lib/flay.rb', line 21

def structural_hash
  @structural_hash
end