Class: MyTradeWizard::Order
- Inherits:
-
Object
- Object
- MyTradeWizard::Order
- Defined in:
- lib/mytradewizard/order.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#stock ⇒ Object
Returns the value of attribute stock.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
4 5 6 |
# File 'lib/mytradewizard/order.rb', line 4 def action @action end |
#quantity ⇒ Object
Returns the value of attribute quantity.
5 6 7 |
# File 'lib/mytradewizard/order.rb', line 5 def quantity @quantity end |
#stock ⇒ Object
Returns the value of attribute stock.
6 7 8 |
# File 'lib/mytradewizard/order.rb', line 6 def stock @stock end |