Class: AdCenterWrapper::GetDisplayInvoicesResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(invoices = nil) ⇒ GetDisplayInvoicesResponse

Returns a new instance of GetDisplayInvoicesResponse.



3839
3840
3841
# File 'lib/adcenter_wrapper_entities.rb', line 3839

def initialize(invoices = nil)
  @invoices = invoices
end

Instance Attribute Details

#invoicesObject

Returns the value of attribute invoices.



3837
3838
3839
# File 'lib/adcenter_wrapper_entities.rb', line 3837

def invoices
  @invoices
end