Class: AdCenterWrapper::GetInvoicesResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetInvoicesResponse
- Defined in:
- lib/CustomerBillingService.rb
Overview
https://adcenter.microsoft.com/api/customerbillingGetInvoicesResponse
invoices - AdCenterWrapper::ArrayOfInvoice
Instance Attribute Summary collapse
-
#invoices ⇒ Object
Returns the value of attribute invoices.
Instance Method Summary collapse
-
#initialize(invoices = nil) ⇒ GetInvoicesResponse
constructor
A new instance of GetInvoicesResponse.
Constructor Details
#initialize(invoices = nil) ⇒ GetInvoicesResponse
Returns a new instance of GetInvoicesResponse.
281 282 283 |
# File 'lib/CustomerBillingService.rb', line 281 def initialize(invoices = nil) @invoices = invoices end |
Instance Attribute Details
#invoices ⇒ Object
Returns the value of attribute invoices.
279 280 281 |
# File 'lib/CustomerBillingService.rb', line 279 def invoices @invoices end |