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



29
30
31
# File 'lib/purolator_ruby/create_shipment_request.rb', line 29

def errors
  @errors
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



29
30
31
# File 'lib/purolator_ruby/create_shipment_request.rb', line 29

def payload
  @payload
end

#shipment_pinObject

Returns the value of attribute shipment_pin

Returns:

  • (Object)

    the current value of shipment_pin



29
30
31
# File 'lib/purolator_ruby/create_shipment_request.rb', line 29

def shipment_pin
  @shipment_pin
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



29
30
31
# File 'lib/purolator_ruby/create_shipment_request.rb', line 29

def status
  @status
end