Class: AdCenterWrapper::GetInvoicesRequest

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(invoiceIds = nil, type = nil) ⇒ GetInvoicesRequest

Returns a new instance of GetInvoicesRequest.

[View source]

270
271
272
273
# File 'lib/CustomerBillingService.rb', line 270

def initialize(invoiceIds = nil, type = nil)
  @invoiceIds = invoiceIds
  @type = type
end

Instance Attribute Details

#invoiceIdsObject

Returns the value of attribute invoiceIds.


267
268
269
# File 'lib/CustomerBillingService.rb', line 267

def invoiceIds
  @invoiceIds
end

#typeObject

Returns the value of attribute type.


268
269
270
# File 'lib/CustomerBillingService.rb', line 268

def type
  @type
end