Class: AdWords::V13::InfoService::GetUnitCountForMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v13/InfoService.rb

Overview

getUnitCountForMethod

  • service - SOAP::SOAPString

  • method - SOAP::SOAPString

  • startDate - SOAP::SOAPDate

  • endDate - SOAP::SOAPDate

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(service = nil, method = nil, startDate = nil, endDate = nil) ⇒ GetUnitCountForMethod

Returns a new instance of GetUnitCountForMethod.



197
198
199
200
201
202
# File 'lib/adwords4r/v13/InfoService.rb', line 197

def initialize(service = nil, method = nil, startDate = nil, endDate = nil)
  @service = service
  @method = method
  @startDate = startDate
  @endDate = endDate
end

Instance Attribute Details

#endDateObject

Returns the value of attribute endDate.



195
196
197
# File 'lib/adwords4r/v13/InfoService.rb', line 195

def endDate
  @endDate
end

#methodObject

Returns the value of attribute method.



193
194
195
# File 'lib/adwords4r/v13/InfoService.rb', line 193

def method
  @method
end

#serviceObject

:nodoc: all



192
193
194
# File 'lib/adwords4r/v13/InfoService.rb', line 192

def service
  @service
end

#startDateObject

Returns the value of attribute startDate.



194
195
196
# File 'lib/adwords4r/v13/InfoService.rb', line 194

def startDate
  @startDate
end