Class: AdCenterWrapper::GetDisplayInvoicesResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetDisplayInvoicesResponse
- Defined in:
- lib/CustomerBillingService.rb
Overview
https://adcenter.microsoft.com/api/customerbillingGetDisplayInvoicesResponse
invoices - AdCenterWrapper::ArrayOfInvoice
Instance Attribute Summary collapse
-
#invoices ⇒ Object
Returns the value of attribute invoices.
Instance Method Summary collapse
-
#initialize(invoices = nil) ⇒ GetDisplayInvoicesResponse
constructor
A new instance of GetDisplayInvoicesResponse.
Constructor Details
permalink #initialize(invoices = nil) ⇒ GetDisplayInvoicesResponse
Returns a new instance of GetDisplayInvoicesResponse.
304 305 306 |
# File 'lib/CustomerBillingService.rb', line 304 def initialize(invoices = nil) @invoices = invoices end |
Instance Attribute Details
permalink #invoices ⇒ Object
Returns the value of attribute invoices.
302 303 304 |
# File 'lib/CustomerBillingService.rb', line 302 def invoices @invoices end |