Class: ZUORA::ZObject
- Inherits:
-
Object
- Object
- ZUORA::ZObject
- Defined in:
- lib/zuora/ZUORA.rb
Overview
/zObject
fieldsToNull - SOAP::SOAPString
id - (any)
Direct Known Subclasses
Account, Amendment, BillRun, Contact, Invoice, InvoiceItemAdjustment, InvoicePayment, Payment, PaymentMethod, Product, ProductRatePlan, ProductRatePlanCharge, ProductRatePlanChargeTier, ProductRatePlanChargeTierData, RatePlan, RatePlanCharge, RatePlanChargeTier, Refund, Subscription, Usage
Instance Attribute Summary collapse
-
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(fieldsToNull = [], id = nil) ⇒ ZObject
constructor
A new instance of ZObject.
Constructor Details
#initialize(fieldsToNull = [], id = nil) ⇒ ZObject
Returns a new instance of ZObject.
13 14 15 16 |
# File 'lib/zuora/ZUORA.rb', line 13 def initialize(fieldsToNull = [], id = nil) @fieldsToNull = fieldsToNull @id = id end |
Instance Attribute Details
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
10 11 12 |
# File 'lib/zuora/ZUORA.rb', line 10 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/zuora/ZUORA.rb', line 11 def id @id end |