Class: ChannelAdvisor::ShippingServiceSOAP::PingResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::PingResponse
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
/PingResponse
pingResult - ChannelAdvisor::ShippingServiceSOAP::APIResultOfString
Instance Attribute Summary collapse
-
#pingResult ⇒ Object
Returns the value of attribute pingResult.
Instance Method Summary collapse
-
#initialize(pingResult = nil) ⇒ PingResponse
constructor
A new instance of PingResponse.
Constructor Details
#initialize(pingResult = nil) ⇒ PingResponse
Returns a new instance of PingResponse.
274 275 276 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 274 def initialize(pingResult = nil) @pingResult = pingResult end |
Instance Attribute Details
#pingResult ⇒ Object
Returns the value of attribute pingResult.
272 273 274 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 272 def pingResult @pingResult end |