Class: AdWords::V13::InfoService::GetUnitCountForMethodResponse

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

Overview

getUnitCountForMethodResponse

  • getUnitCountForMethodReturn - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#getUnitCountForMethodReturnObject

:nodoc: all



208
209
210
# File 'lib/adwords4r/v13/InfoService.rb', line 208

def getUnitCountForMethodReturn
  @getUnitCountForMethodReturn
end