Class: ChannelAdvisor::CartServiceSOAP::PingResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::CartServiceSOAP::PingResponse
- Defined in:
- lib/channel_advisor/cart_service/types.rb
Overview
http://api.channeladvisor.com/webservices/PingResponse
pingResult - ChannelAdvisor::CartServiceSOAP::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
384 385 386 |
# File 'lib/channel_advisor/cart_service/types.rb', line 384 def initialize(pingResult = nil) @pingResult = pingResult end |
Instance Attribute Details
#pingResult ⇒ Object
Returns the value of attribute pingResult
382 383 384 |
# File 'lib/channel_advisor/cart_service/types.rb', line 382 def pingResult @pingResult end |