Class: ChannelAdvisor::ShippingServiceSOAP::PingResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::PingResponse
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
http://api.channeladvisor.com/webservices/PingResponse
pingResult - ChannelAdvisor::ShippingServiceSOAP::APIResultOfString
Instance Attribute Summary (collapse)
-
- (Object) pingResult
Returns the value of attribute pingResult.
Instance Method Summary (collapse)
-
- (PingResponse) initialize(pingResult = nil)
constructor
A new instance of PingResponse.
Constructor Details
- (PingResponse) initialize(pingResult = nil)
A new instance of PingResponse
474 475 476 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 474 def initialize(pingResult = nil) @pingResult = pingResult end |
Instance Attribute Details
- (Object) pingResult
Returns the value of attribute pingResult
472 473 474 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 472 def pingResult @pingResult end |