Class: AdCenterWrapper::GetKOHIOInvoicesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/CustomerBillingService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#invoicesObject

Returns the value of attribute invoices.


388
389
390
# File 'lib/CustomerBillingService.rb', line 388

def invoices
  @invoices
end