Class: AdWords::V200909::InfoService::ApiUsageRecord

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/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.



404
405
406
407
# File 'lib/adwords4r/v200909/InfoService.rb', line 404

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

Instance Attribute Details

#clientEmailObject

Returns the value of attribute clientEmail.



401
402
403
# File 'lib/adwords4r/v200909/InfoService.rb', line 401

def clientEmail
  @clientEmail
end

#costObject

Returns the value of attribute cost.



402
403
404
# File 'lib/adwords4r/v200909/InfoService.rb', line 402

def cost
  @cost
end