Class: AdWords::V201008::InfoService::ApiUsageInfo

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

Overview

ApiUsageInfo

  • apiUsageRecords - AdWords::V201008::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.



521
522
523
524
# File 'lib/adwords4r/v201008/InfoService.rb', line 521

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

Instance Attribute Details

#apiUsageRecordsObject

Returns the value of attribute apiUsageRecords.



518
519
520
# File 'lib/adwords4r/v201008/InfoService.rb', line 518

def apiUsageRecords
  @apiUsageRecords
end

#costObject

Returns the value of attribute cost.



519
520
521
# File 'lib/adwords4r/v201008/InfoService.rb', line 519

def cost
  @cost
end