Class: AdCenterWrapper::GetInvoicesResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#invoicesObject

Returns the value of attribute invoices.


279
280
281
# File 'lib/CustomerBillingService.rb', line 279

def invoices
  @invoices
end