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)
-
- (Object) message
Returns the value of attribute message.
-
- (Object) success
Returns the value of attribute success.
Instance Method Summary (collapse)
-
- (ShipmentResponse) initialize(success = nil, message = nil)
constructor
A new instance of ShipmentResponse.
Constructor Details
- (ShipmentResponse) initialize(success = nil, message = nil)
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
- (Object) message
Returns the value of attribute message
324 325 326 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 324 def @message end |
- (Object) success
Returns the value of attribute success
323 324 325 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 323 def success @success end |