Class: ChannelAdvisor::OrderServiceSOAP::PingResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::PingResponse
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/PingResponse
pingResult - ChannelAdvisor::OrderServiceSOAP::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.
1929 1930 1931 |
# File 'lib/channel_advisor/order_service/types.rb', line 1929 def initialize(pingResult = nil) @pingResult = pingResult end |
Instance Attribute Details
#pingResult ⇒ Object
Returns the value of attribute pingResult.
1927 1928 1929 |
# File 'lib/channel_advisor/order_service/types.rb', line 1927 def pingResult @pingResult end |