Class: PurolatorRuby::CreateShipmentResponse
- Inherits:
-
Struct
- Object
- Struct
- PurolatorRuby::CreateShipmentResponse
- Defined in:
- lib/purolator_ruby/create_shipment_request.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#shipment_pin ⇒ Object
Returns the value of attribute shipment_pin.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
29 30 31 |
# File 'lib/purolator_ruby/create_shipment_request.rb', line 29 def errors @errors end |
#payload ⇒ Object
Returns the value of attribute payload
29 30 31 |
# File 'lib/purolator_ruby/create_shipment_request.rb', line 29 def payload @payload end |
#shipment_pin ⇒ Object
Returns the value of attribute shipment_pin
29 30 31 |
# File 'lib/purolator_ruby/create_shipment_request.rb', line 29 def shipment_pin @shipment_pin end |
#status ⇒ Object
Returns the value of attribute status
29 30 31 |
# File 'lib/purolator_ruby/create_shipment_request.rb', line 29 def status @status end |