Class: PurolatorRuby::CreateShipmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/purolator_ruby/create_shipment_request.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



3
4
5
# File 'lib/purolator_ruby/create_shipment_request.rb', line 3

def errors
  @errors
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



3
4
5
# File 'lib/purolator_ruby/create_shipment_request.rb', line 3

def payload
  @payload
end

#shipment_pinObject

Returns the value of attribute shipment_pin

Returns:

  • (Object)

    the current value of shipment_pin



3
4
5
# File 'lib/purolator_ruby/create_shipment_request.rb', line 3

def shipment_pin
  @shipment_pin
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



3
4
5
# File 'lib/purolator_ruby/create_shipment_request.rb', line 3

def status
  @status
end