Class: ChannelAdvisor::ShippingServiceSOAP::ShipmentResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::ShipmentResponse
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ShippingServiceShipmentResponse
success - SOAP::SOAPBoolean
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Method Summary collapse
-
#initialize(success = nil, message = nil) ⇒ ShipmentResponse
constructor
A new instance of ShipmentResponse.
Constructor Details
#initialize(success = nil, message = nil) ⇒ ShipmentResponse
Returns a new instance of ShipmentResponse.
326 327 328 329 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 326 def initialize(success = nil, = nil) @success = success @message = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
324 325 326 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 324 def @message end |
#success ⇒ Object
Returns the value of attribute success.
323 324 325 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 323 def success @success end |