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.



1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
# File 'lib/zuora/ZUORA.rb', line 1534

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.



1528
1529
1530
# File 'lib/zuora/ZUORA.rb', line 1528

def __xmlele_any
  @__xmlele_any
end

#accountObject

Returns the value of attribute account.



1515
1516
1517
# File 'lib/zuora/ZUORA.rb', line 1515

def 
  @account
end

#amendmentObject

Returns the value of attribute amendment.



1516
1517
1518
# File 'lib/zuora/ZUORA.rb', line 1516

def amendment
  @amendment
end

#invoiceObject

Returns the value of attribute invoice.



1517
1518
1519
# File 'lib/zuora/ZUORA.rb', line 1517

def invoice
  @invoice
end

#invoicePaymentObject

Returns the value of attribute invoicePayment.



1519
1520
1521
# File 'lib/zuora/ZUORA.rb', line 1519

def invoicePayment
  @invoicePayment
end

#paymentObject

Returns the value of attribute payment.



1518
1519
1520
# File 'lib/zuora/ZUORA.rb', line 1518

def payment
  @payment
end

#productObject

Returns the value of attribute product.



1520
1521
1522
# File 'lib/zuora/ZUORA.rb', line 1520

def product
  @product
end

#productRatePlanObject

Returns the value of attribute productRatePlan.



1521
1522
1523
# File 'lib/zuora/ZUORA.rb', line 1521

def productRatePlan
  @productRatePlan
end

#productRatePlanChargeObject

Returns the value of attribute productRatePlanCharge.



1522
1523
1524
# File 'lib/zuora/ZUORA.rb', line 1522

def productRatePlanCharge
  @productRatePlanCharge
end

#productRatePlanChargeTierObject

Returns the value of attribute productRatePlanChargeTier.



1523
1524
1525
# File 'lib/zuora/ZUORA.rb', line 1523

def productRatePlanChargeTier
  @productRatePlanChargeTier
end

#ratePlanObject

Returns the value of attribute ratePlan.



1524
1525
1526
# File 'lib/zuora/ZUORA.rb', line 1524

def ratePlan
  @ratePlan
end

#ratePlanChargeObject

Returns the value of attribute ratePlanCharge.



1525
1526
1527
# File 'lib/zuora/ZUORA.rb', line 1525

def ratePlanCharge
  @ratePlanCharge
end

#ratePlanChargeTierObject

Returns the value of attribute ratePlanChargeTier.



1526
1527
1528
# File 'lib/zuora/ZUORA.rb', line 1526

def ratePlanChargeTier
  @ratePlanChargeTier
end

#usageObject

Returns the value of attribute usage.



1527
1528
1529
# File 'lib/zuora/ZUORA.rb', line 1527

def usage
  @usage
end

Instance Method Details

#set_any(elements) ⇒ Object



1530
1531
1532
# File 'lib/zuora/ZUORA.rb', line 1530

def set_any(elements)
  @__xmlele_any = elements
end