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.



1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/zuora/ZUORA.rb', line 1330

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.



1324
1325
1326
# File 'lib/zuora/ZUORA.rb', line 1324

def __xmlele_any
  @__xmlele_any
end

#accountObject

Returns the value of attribute account.



1311
1312
1313
# File 'lib/zuora/ZUORA.rb', line 1311

def 
  @account
end

#amendmentObject

Returns the value of attribute amendment.



1312
1313
1314
# File 'lib/zuora/ZUORA.rb', line 1312

def amendment
  @amendment
end

#invoiceObject

Returns the value of attribute invoice.



1313
1314
1315
# File 'lib/zuora/ZUORA.rb', line 1313

def invoice
  @invoice
end

#invoicePaymentObject

Returns the value of attribute invoicePayment.



1315
1316
1317
# File 'lib/zuora/ZUORA.rb', line 1315

def invoicePayment
  @invoicePayment
end

#paymentObject

Returns the value of attribute payment.



1314
1315
1316
# File 'lib/zuora/ZUORA.rb', line 1314

def payment
  @payment
end

#productObject

Returns the value of attribute product.



1316
1317
1318
# File 'lib/zuora/ZUORA.rb', line 1316

def product
  @product
end

#productRatePlanObject

Returns the value of attribute productRatePlan.



1317
1318
1319
# File 'lib/zuora/ZUORA.rb', line 1317

def productRatePlan
  @productRatePlan
end

#productRatePlanChargeObject

Returns the value of attribute productRatePlanCharge.



1318
1319
1320
# File 'lib/zuora/ZUORA.rb', line 1318

def productRatePlanCharge
  @productRatePlanCharge
end

#productRatePlanChargeTierObject

Returns the value of attribute productRatePlanChargeTier.



1319
1320
1321
# File 'lib/zuora/ZUORA.rb', line 1319

def productRatePlanChargeTier
  @productRatePlanChargeTier
end

#ratePlanObject

Returns the value of attribute ratePlan.



1320
1321
1322
# File 'lib/zuora/ZUORA.rb', line 1320

def ratePlan
  @ratePlan
end

#ratePlanChargeObject

Returns the value of attribute ratePlanCharge.



1321
1322
1323
# File 'lib/zuora/ZUORA.rb', line 1321

def ratePlanCharge
  @ratePlanCharge
end

#ratePlanChargeTierObject

Returns the value of attribute ratePlanChargeTier.



1322
1323
1324
# File 'lib/zuora/ZUORA.rb', line 1322

def ratePlanChargeTier
  @ratePlanChargeTier
end

#usageObject

Returns the value of attribute usage.



1323
1324
1325
# File 'lib/zuora/ZUORA.rb', line 1323

def usage
  @usage
end

Instance Method Details

#set_any(elements) ⇒ Object



1326
1327
1328
# File 'lib/zuora/ZUORA.rb', line 1326

def set_any(elements)
  @__xmlele_any = elements
end