Class: ChannelAdvisor::StoreServiceSOAP::GetSearchAnalysisStats

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

Overview

/GetSearchAnalysisStats

accountID - SOAP::SOAPString
startDateUTC - SOAP::SOAPDateTime
endDateUTC - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, startDateUTC = nil, endDateUTC = nil) ⇒ GetSearchAnalysisStats

Returns a new instance of GetSearchAnalysisStats.



147
148
149
150
151
# File 'lib/channel_advisor/store_service/types.rb', line 147

def initialize(accountID = nil, startDateUTC = nil, endDateUTC = nil)
  @accountID = accountID
  @startDateUTC = startDateUTC
  @endDateUTC = endDateUTC
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



143
144
145
# File 'lib/channel_advisor/store_service/types.rb', line 143

def accountID
  @accountID
end

#endDateUTCObject

Returns the value of attribute endDateUTC.



145
146
147
# File 'lib/channel_advisor/store_service/types.rb', line 145

def endDateUTC
  @endDateUTC
end

#startDateUTCObject

Returns the value of attribute startDateUTC.



144
145
146
# File 'lib/channel_advisor/store_service/types.rb', line 144

def startDateUTC
  @startDateUTC
end