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