Class: ChannelAdvisor::StoreServiceSOAP::PingResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/store_service/types.rb

Overview

/PingResponse

pingResult - ChannelAdvisor::StoreServiceSOAP::APIResultOfString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(pingResult = nil) ⇒ PingResponse

Returns a new instance of PingResponse.



175
176
177
# File 'lib/channel_advisor/store_service/types.rb', line 175

def initialize(pingResult = nil)
  @pingResult = pingResult
end

Instance Attribute Details

#pingResultObject

Returns the value of attribute pingResult.



173
174
175
# File 'lib/channel_advisor/store_service/types.rb', line 173

def pingResult
  @pingResult
end