Class: AdWords::V13::InfoService::GetUnitCountForMethod
- Inherits:
-
Object
- Object
- AdWords::V13::InfoService::GetUnitCountForMethod
- 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
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#method ⇒ Object
Returns the value of attribute method.
-
#service ⇒ Object
:nodoc: all.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Method Summary collapse
-
#initialize(service = nil, method = nil, startDate = nil, endDate = nil) ⇒ GetUnitCountForMethod
constructor
A new instance of GetUnitCountForMethod.
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
#endDate ⇒ Object
Returns the value of attribute endDate.
195 196 197 |
# File 'lib/adwords4r/v13/InfoService.rb', line 195 def endDate @endDate end |
#method ⇒ Object
Returns the value of attribute method.
193 194 195 |
# File 'lib/adwords4r/v13/InfoService.rb', line 193 def method @method end |
#service ⇒ Object
:nodoc: all
192 193 194 |
# File 'lib/adwords4r/v13/InfoService.rb', line 192 def service @service end |
#startDate ⇒ Object
Returns the value of attribute startDate.
194 195 196 |
# File 'lib/adwords4r/v13/InfoService.rb', line 194 def startDate @startDate end |