Class: AdWords::V201008::InfoService::ApiUsageInfo
- Inherits:
-
Object
- Object
- AdWords::V201008::InfoService::ApiUsageInfo
- Defined in:
- lib/adwords4r/v201008/InfoService.rb
Overview
ApiUsageInfo
-
apiUsageRecords - AdWords::V201008::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.
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
#apiUsageRecords ⇒ Object
Returns the value of attribute apiUsageRecords.
518 519 520 |
# File 'lib/adwords4r/v201008/InfoService.rb', line 518 def apiUsageRecords @apiUsageRecords end |
#cost ⇒ Object
Returns the value of attribute cost.
519 520 521 |
# File 'lib/adwords4r/v201008/InfoService.rb', line 519 def cost @cost end |