Class: AdWords::V200909::InfoService::ApiUsageInfo

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

Overview

ApiUsageInfo

  • apiUsageRecords - AdWords::V200909::InfoService::ApiUsageRecord

  • cost - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiUsageRecords = [], cost = nil) ⇒ ApiUsageInfo

Returns a new instance of ApiUsageInfo.



442
443
444
445
# File 'lib/adwords4r/v200909/InfoService.rb', line 442

def initialize(apiUsageRecords = [], cost = nil)
  @apiUsageRecords = apiUsageRecords
  @cost = cost
end

Instance Attribute Details

#apiUsageRecordsObject

Returns the value of attribute apiUsageRecords.



439
440
441
# File 'lib/adwords4r/v200909/InfoService.rb', line 439

def apiUsageRecords
  @apiUsageRecords
end

#costObject

Returns the value of attribute cost.



440
441
442
# File 'lib/adwords4r/v200909/InfoService.rb', line 440

def cost
  @cost
end