Class: AdWords::V13::InfoService::GetUnitCountForMethodResponse
- Inherits:
-
Object
- Object
- AdWords::V13::InfoService::GetUnitCountForMethodResponse
- Defined in:
- lib/adwords4r/v13/InfoService.rb
Overview
getUnitCountForMethodResponse
-
getUnitCountForMethodReturn - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#getUnitCountForMethodReturn ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(getUnitCountForMethodReturn = nil) ⇒ GetUnitCountForMethodResponse
constructor
A new instance of GetUnitCountForMethodResponse.
Constructor Details
#initialize(getUnitCountForMethodReturn = nil) ⇒ GetUnitCountForMethodResponse
Returns a new instance of GetUnitCountForMethodResponse.
210 211 212 |
# File 'lib/adwords4r/v13/InfoService.rb', line 210 def initialize(getUnitCountForMethodReturn = nil) @getUnitCountForMethodReturn = getUnitCountForMethodReturn end |
Instance Attribute Details
#getUnitCountForMethodReturn ⇒ Object
:nodoc: all
208 209 210 |
# File 'lib/adwords4r/v13/InfoService.rb', line 208 def getUnitCountForMethodReturn @getUnitCountForMethodReturn end |