Class: ChannelAdvisor::StoreServiceSOAP::GetSearchAnalysisStats
- Inherits:
-
Object
- Object
- ChannelAdvisor::StoreServiceSOAP::GetSearchAnalysisStats
- Defined in:
- lib/channel_advisor/store_service/types.rb
Overview
/GetSearchAnalysisStats
accountID - SOAP::SOAPString
startDateUTC - SOAP::SOAPDateTime
endDateUTC - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#endDateUTC ⇒ Object
Returns the value of attribute endDateUTC.
-
#startDateUTC ⇒ Object
Returns the value of attribute startDateUTC.
Instance Method Summary collapse
-
#initialize(accountID = nil, startDateUTC = nil, endDateUTC = nil) ⇒ GetSearchAnalysisStats
constructor
A new instance of GetSearchAnalysisStats.
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
#accountID ⇒ Object
Returns the value of attribute accountID.
143 144 145 |
# File 'lib/channel_advisor/store_service/types.rb', line 143 def accountID @accountID end |
#endDateUTC ⇒ Object
Returns the value of attribute endDateUTC.
145 146 147 |
# File 'lib/channel_advisor/store_service/types.rb', line 145 def endDateUTC @endDateUTC end |
#startDateUTC ⇒ Object
Returns the value of attribute startDateUTC.
144 145 146 |
# File 'lib/channel_advisor/store_service/types.rb', line 144 def startDateUTC @startDateUTC end |