Class: RoyalMailApi::Response::Shipment
- Inherits:
-
Struct
- Object
- Struct
- RoyalMailApi::Response::Shipment
- Defined in:
- lib/royal_mail_api/response.rb
Instance Attribute Summary collapse
-
#item_id ⇒ Object
Returns the value of attribute item_id.
-
#shipment_number ⇒ Object
Returns the value of attribute shipment_number.
-
#valid_from ⇒ Object
Returns the value of attribute valid_from.
Instance Attribute Details
#item_id ⇒ Object
Returns the value of attribute item_id
10 11 12 |
# File 'lib/royal_mail_api/response.rb', line 10 def item_id @item_id end |
#shipment_number ⇒ Object
Returns the value of attribute shipment_number
10 11 12 |
# File 'lib/royal_mail_api/response.rb', line 10 def shipment_number @shipment_number end |
#valid_from ⇒ Object
Returns the value of attribute valid_from
10 11 12 |
# File 'lib/royal_mail_api/response.rb', line 10 def valid_from @valid_from end |