Class: AdWords::V200909::InfoService::ApiUsageRecord
- Inherits:
-
Object
- Object
- AdWords::V200909::InfoService::ApiUsageRecord
- Defined in:
- lib/adwords4r/v200909/InfoService.rb
Overview
ApiUsageRecord
-
clientEmail - SOAP::SOAPString
-
cost - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#clientEmail ⇒ Object
Returns the value of attribute clientEmail.
-
#cost ⇒ Object
Returns the value of attribute cost.
Instance Method Summary collapse
-
#initialize(clientEmail = nil, cost = nil) ⇒ ApiUsageRecord
constructor
A new instance of ApiUsageRecord.
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
#clientEmail ⇒ Object
Returns the value of attribute clientEmail.
401 402 403 |
# File 'lib/adwords4r/v200909/InfoService.rb', line 401 def clientEmail @clientEmail end |
#cost ⇒ Object
Returns the value of attribute cost.
402 403 404 |
# File 'lib/adwords4r/v200909/InfoService.rb', line 402 def cost @cost end |