Class: ChannelAdvisor::InventoryServiceSOAP::PingResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::PingResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/PingResponse
pingResult - ChannelAdvisor::InventoryServiceSOAP::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.
1962 1963 1964 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1962 def initialize(pingResult = nil) @pingResult = pingResult end |
Instance Attribute Details
#pingResult ⇒ Object
Returns the value of attribute pingResult.
1960 1961 1962 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1960 def pingResult @pingResult end |