Class: Vvm::Model::Coin

Inherits:
Struct
  • Object
show all
Defined in:
lib/vvm/model/coin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#qtyObject

Returns the value of attribute qty

Returns:

  • (Object)

    the current value of qty



5
6
7
# File 'lib/vvm/model/coin.rb', line 5

def qty
  @qty
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/vvm/model/coin.rb', line 5

def value
  @value
end