Class: AdCenterWrapper::GetKOHIOInvoicesResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKOHIOInvoicesResponse
- Defined in:
- lib/adcenter_wrapper_entities.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.
3925 3926 3927 |
# File 'lib/adcenter_wrapper_entities.rb', line 3925 def initialize(invoices = nil) @invoices = invoices end |
Instance Attribute Details
#invoices ⇒ Object
Returns the value of attribute invoices.
3923 3924 3925 |
# File 'lib/adcenter_wrapper_entities.rb', line 3923 def invoices @invoices end |