Class: Hps::HpsDirectMarketData
- Inherits:
-
Object
- Object
- Hps::HpsDirectMarketData
- Defined in:
- lib/hps/entities/hps_direct_market_data.rb
Instance Attribute Summary collapse
-
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
-
#ship_day ⇒ Object
Returns the value of attribute ship_day.
-
#ship_month ⇒ Object
Returns the value of attribute ship_month.
Instance Attribute Details
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
3 4 5 |
# File 'lib/hps/entities/hps_direct_market_data.rb', line 3 def invoice_number @invoice_number end |
#ship_day ⇒ Object
Returns the value of attribute ship_day.
3 4 5 |
# File 'lib/hps/entities/hps_direct_market_data.rb', line 3 def ship_day @ship_day end |
#ship_month ⇒ Object
Returns the value of attribute ship_month.
3 4 5 |
# File 'lib/hps/entities/hps_direct_market_data.rb', line 3 def ship_month @ship_month end |