Class: ZUORA::DummyHeader
- Inherits:
-
Object
- Object
- ZUORA::DummyHeader
- Defined in:
- lib/zuora/ZUORA.rb
Overview
/DummyHeader
account - 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#account ⇒ Object
Returns the value of attribute account.
-
#amendment ⇒ Object
Returns the value of attribute amendment.
-
#invoice ⇒ Object
Returns the value of attribute invoice.
-
#invoicePayment ⇒ Object
Returns the value of attribute invoicePayment.
-
#payment ⇒ Object
Returns the value of attribute payment.
-
#product ⇒ Object
Returns the value of attribute product.
-
#productRatePlan ⇒ Object
Returns the value of attribute productRatePlan.
-
#productRatePlanCharge ⇒ Object
Returns the value of attribute productRatePlanCharge.
-
#productRatePlanChargeTier ⇒ Object
Returns the value of attribute productRatePlanChargeTier.
-
#ratePlan ⇒ Object
Returns the value of attribute ratePlan.
-
#ratePlanCharge ⇒ Object
Returns the value of attribute ratePlanCharge.
-
#ratePlanChargeTier ⇒ Object
Returns the value of attribute ratePlanChargeTier.
-
#usage ⇒ Object
Returns the value of attribute usage.
Instance Method Summary collapse
-
#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
constructor
A new instance of DummyHeader.
- #set_any(elements) ⇒ Object
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(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) @account = 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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1364 1365 1366 |
# File 'lib/zuora/ZUORA.rb', line 1364 def __xmlele_any @__xmlele_any end |
#account ⇒ Object
Returns the value of attribute account.
1351 1352 1353 |
# File 'lib/zuora/ZUORA.rb', line 1351 def account @account end |
#amendment ⇒ Object
Returns the value of attribute amendment.
1352 1353 1354 |
# File 'lib/zuora/ZUORA.rb', line 1352 def amendment @amendment end |
#invoice ⇒ Object
Returns the value of attribute invoice.
1353 1354 1355 |
# File 'lib/zuora/ZUORA.rb', line 1353 def invoice @invoice end |
#invoicePayment ⇒ Object
Returns the value of attribute invoicePayment.
1355 1356 1357 |
# File 'lib/zuora/ZUORA.rb', line 1355 def invoicePayment @invoicePayment end |
#payment ⇒ Object
Returns the value of attribute payment.
1354 1355 1356 |
# File 'lib/zuora/ZUORA.rb', line 1354 def payment @payment end |
#product ⇒ Object
Returns the value of attribute product.
1356 1357 1358 |
# File 'lib/zuora/ZUORA.rb', line 1356 def product @product end |
#productRatePlan ⇒ Object
Returns the value of attribute productRatePlan.
1357 1358 1359 |
# File 'lib/zuora/ZUORA.rb', line 1357 def productRatePlan @productRatePlan end |
#productRatePlanCharge ⇒ Object
Returns the value of attribute productRatePlanCharge.
1358 1359 1360 |
# File 'lib/zuora/ZUORA.rb', line 1358 def productRatePlanCharge @productRatePlanCharge end |
#productRatePlanChargeTier ⇒ Object
Returns the value of attribute productRatePlanChargeTier.
1359 1360 1361 |
# File 'lib/zuora/ZUORA.rb', line 1359 def productRatePlanChargeTier @productRatePlanChargeTier end |
#ratePlan ⇒ Object
Returns the value of attribute ratePlan.
1360 1361 1362 |
# File 'lib/zuora/ZUORA.rb', line 1360 def ratePlan @ratePlan end |
#ratePlanCharge ⇒ Object
Returns the value of attribute ratePlanCharge.
1361 1362 1363 |
# File 'lib/zuora/ZUORA.rb', line 1361 def ratePlanCharge @ratePlanCharge end |
#ratePlanChargeTier ⇒ Object
Returns the value of attribute ratePlanChargeTier.
1362 1363 1364 |
# File 'lib/zuora/ZUORA.rb', line 1362 def ratePlanChargeTier @ratePlanChargeTier end |
#usage ⇒ Object
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 |