Class: ZUORA::DummyHeader

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

Overview

/DummyHeader

 - ZUORA::Account
amendment - ZUORA::Amendment
invoice - ZUORA::Invoice
payment - ZUORA::Payment
invoicePayment - ZUORA::InvoicePayment
product - ZUORA::Product
productRatePlan - ZUORA::ProductRatePlan
productRatePlanCharge - ZUORA::ProductRatePlanCharge
productRatePlanChargeTier - ZUORA::ProductRatePlanChargeTier
ratePlan - ZUORA::RatePlan
ratePlanCharge - ZUORA::RatePlanCharge
ratePlanChargeTier - ZUORA::RatePlanChargeTier
usage - ZUORA::Usage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(account = nil, amendment = nil, invoice = nil, payment = nil, invoicePayment = nil, product = nil, productRatePlan = nil, productRatePlanCharge = nil, productRatePlanChargeTier = nil, ratePlan = nil, ratePlanCharge = nil, ratePlanChargeTier = nil, usage = nil) ⇒ DummyHeader

Returns a new instance of DummyHeader.



1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
# File 'lib/zuora/ZUORA.rb', line 1370

def initialize( = nil, amendment = nil, invoice = nil, payment = nil, invoicePayment = nil, product = nil, productRatePlan = nil, productRatePlanCharge = nil, productRatePlanChargeTier = nil, ratePlan = nil, ratePlanCharge = nil, ratePlanChargeTier = nil, usage = nil)
  @account = 
  @amendment = amendment
  @invoice = invoice
  @payment = payment
  @invoicePayment = invoicePayment
  @product = product
  @productRatePlan = productRatePlan
  @productRatePlanCharge = productRatePlanCharge
  @productRatePlanChargeTier = productRatePlanChargeTier
  @ratePlan = ratePlan
  @ratePlanCharge = ratePlanCharge
  @ratePlanChargeTier = ratePlanChargeTier
  @usage = usage
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1364
1365
1366
# File 'lib/zuora/ZUORA.rb', line 1364

def __xmlele_any
  @__xmlele_any
end

#accountObject

Returns the value of attribute account.



1351
1352
1353
# File 'lib/zuora/ZUORA.rb', line 1351

def 
  @account
end

#amendmentObject

Returns the value of attribute amendment.



1352
1353
1354
# File 'lib/zuora/ZUORA.rb', line 1352

def amendment
  @amendment
end

#invoiceObject

Returns the value of attribute invoice.



1353
1354
1355
# File 'lib/zuora/ZUORA.rb', line 1353

def invoice
  @invoice
end

#invoicePaymentObject

Returns the value of attribute invoicePayment.



1355
1356
1357
# File 'lib/zuora/ZUORA.rb', line 1355

def invoicePayment
  @invoicePayment
end

#paymentObject

Returns the value of attribute payment.



1354
1355
1356
# File 'lib/zuora/ZUORA.rb', line 1354

def payment
  @payment
end

#productObject

Returns the value of attribute product.



1356
1357
1358
# File 'lib/zuora/ZUORA.rb', line 1356

def product
  @product
end

#productRatePlanObject

Returns the value of attribute productRatePlan.



1357
1358
1359
# File 'lib/zuora/ZUORA.rb', line 1357

def productRatePlan
  @productRatePlan
end

#productRatePlanChargeObject

Returns the value of attribute productRatePlanCharge.



1358
1359
1360
# File 'lib/zuora/ZUORA.rb', line 1358

def productRatePlanCharge
  @productRatePlanCharge
end

#productRatePlanChargeTierObject

Returns the value of attribute productRatePlanChargeTier.



1359
1360
1361
# File 'lib/zuora/ZUORA.rb', line 1359

def productRatePlanChargeTier
  @productRatePlanChargeTier
end

#ratePlanObject

Returns the value of attribute ratePlan.



1360
1361
1362
# File 'lib/zuora/ZUORA.rb', line 1360

def ratePlan
  @ratePlan
end

#ratePlanChargeObject

Returns the value of attribute ratePlanCharge.



1361
1362
1363
# File 'lib/zuora/ZUORA.rb', line 1361

def ratePlanCharge
  @ratePlanCharge
end

#ratePlanChargeTierObject

Returns the value of attribute ratePlanChargeTier.



1362
1363
1364
# File 'lib/zuora/ZUORA.rb', line 1362

def ratePlanChargeTier
  @ratePlanChargeTier
end

#usageObject

Returns the value of attribute usage.



1363
1364
1365
# File 'lib/zuora/ZUORA.rb', line 1363

def usage
  @usage
end

Instance Method Details

#set_any(elements) ⇒ Object



1366
1367
1368
# File 'lib/zuora/ZUORA.rb', line 1366

def set_any(elements)
  @__xmlele_any = elements
end