Class: ChannelAdvisor::TaxServiceSOAP::PingResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::TaxServiceSOAP::PingResponse
- Defined in:
- lib/channel_advisor/tax_service/types.rb
Overview
/PingResponse
pingResult - ChannelAdvisor::TaxServiceSOAP::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.
216 217 218 |
# File 'lib/channel_advisor/tax_service/types.rb', line 216 def initialize(pingResult = nil) @pingResult = pingResult end |
Instance Attribute Details
#pingResult ⇒ Object
Returns the value of attribute pingResult.
214 215 216 |
# File 'lib/channel_advisor/tax_service/types.rb', line 214 def pingResult @pingResult end |