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.



1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
# File 'lib/zuora/ZUORA.rb', line 1344

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.



1338
1339
1340
# File 'lib/zuora/ZUORA.rb', line 1338

def __xmlele_any
  @__xmlele_any
end

#accountObject

Returns the value of attribute account.



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

def 
  @account
end

#amendmentObject

Returns the value of attribute amendment.



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

def amendment
  @amendment
end

#invoiceObject

Returns the value of attribute invoice.



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

def invoice
  @invoice
end

#invoicePaymentObject

Returns the value of attribute invoicePayment.



1329
1330
1331
# File 'lib/zuora/ZUORA.rb', line 1329

def invoicePayment
  @invoicePayment
end

#paymentObject

Returns the value of attribute payment.



1328
1329
1330
# File 'lib/zuora/ZUORA.rb', line 1328

def payment
  @payment
end

#productObject

Returns the value of attribute product.



1330
1331
1332
# File 'lib/zuora/ZUORA.rb', line 1330

def product
  @product
end

#productRatePlanObject

Returns the value of attribute productRatePlan.



1331
1332
1333
# File 'lib/zuora/ZUORA.rb', line 1331

def productRatePlan
  @productRatePlan
end

#productRatePlanChargeObject

Returns the value of attribute productRatePlanCharge.



1332
1333
1334
# File 'lib/zuora/ZUORA.rb', line 1332

def productRatePlanCharge
  @productRatePlanCharge
end

#productRatePlanChargeTierObject

Returns the value of attribute productRatePlanChargeTier.



1333
1334
1335
# File 'lib/zuora/ZUORA.rb', line 1333

def productRatePlanChargeTier
  @productRatePlanChargeTier
end

#ratePlanObject

Returns the value of attribute ratePlan.



1334
1335
1336
# File 'lib/zuora/ZUORA.rb', line 1334

def ratePlan
  @ratePlan
end

#ratePlanChargeObject

Returns the value of attribute ratePlanCharge.



1335
1336
1337
# File 'lib/zuora/ZUORA.rb', line 1335

def ratePlanCharge
  @ratePlanCharge
end

#ratePlanChargeTierObject

Returns the value of attribute ratePlanChargeTier.



1336
1337
1338
# File 'lib/zuora/ZUORA.rb', line 1336

def ratePlanChargeTier
  @ratePlanChargeTier
end

#usageObject

Returns the value of attribute usage.



1337
1338
1339
# File 'lib/zuora/ZUORA.rb', line 1337

def usage
  @usage
end

Instance Method Details

#set_any(elements) ⇒ Object



1340
1341
1342
# File 'lib/zuora/ZUORA.rb', line 1340

def set_any(elements)
  @__xmlele_any = elements
end