Class: AdCenterWrapper::GetKOHIOInvoicesResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKOHIOInvoicesResponse
- Defined in:
- lib/CustomerBillingService.rb
Overview
https://adcenter.microsoft.com/api/customerbillingGetKOHIOInvoicesResponse
invoices - AdCenterWrapper::ArrayOfInvoice
Instance Attribute Summary collapse
-
#invoices ⇒ Object
Returns the value of attribute invoices.
Instance Method Summary collapse
-
#initialize(invoices = nil) ⇒ GetKOHIOInvoicesResponse
constructor
A new instance of GetKOHIOInvoicesResponse.
Constructor Details
#initialize(invoices = nil) ⇒ GetKOHIOInvoicesResponse
Returns a new instance of GetKOHIOInvoicesResponse.
390 391 392 |
# File 'lib/CustomerBillingService.rb', line 390 def initialize(invoices = nil) @invoices = invoices end |
Instance Attribute Details
#invoices ⇒ Object
Returns the value of attribute invoices.
388 389 390 |
# File 'lib/CustomerBillingService.rb', line 388 def invoices @invoices end |