Class: AdwordsApi::V201003::InfoService::ApiUsageRecord

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201003/InfoService.rb

Overview

ApiUsageRecord

  • clientEmail - SOAP::SOAPString

  • cost - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clientEmail = nil, cost = nil) ⇒ ApiUsageRecord

Returns a new instance of ApiUsageRecord.



480
481
482
483
# File 'lib/adwords_api/v201003/InfoService.rb', line 480

def initialize(clientEmail = nil, cost = nil)
  @clientEmail = clientEmail
  @cost = cost
end

Instance Attribute Details

#clientEmailObject

Returns the value of attribute clientEmail.



477
478
479
# File 'lib/adwords_api/v201003/InfoService.rb', line 477

def clientEmail
  @clientEmail
end

#costObject

Returns the value of attribute cost.



478
479
480
# File 'lib/adwords_api/v201003/InfoService.rb', line 478

def cost
  @cost
end