Class: ZUORA::ProductRatePlan
Overview
/ProductRatePlan
fieldsToNull - SOAP::SOAPString
id - (any)
description - SOAP::SOAPString
effectiveEndDate - SOAP::SOAPDateTime
effectiveStartDate - SOAP::SOAPDateTime
name - SOAP::SOAPString
productId - (any)
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#effectiveEndDate ⇒ Object
Returns the value of attribute effectiveEndDate.
-
#effectiveStartDate ⇒ Object
Returns the value of attribute effectiveStartDate.
-
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#productId ⇒ Object
Returns the value of attribute productId.
Instance Method Summary collapse
-
#initialize(fieldsToNull = [], id = nil, description = nil, effectiveEndDate = nil, effectiveStartDate = nil, name = nil, productId = nil) ⇒ ProductRatePlan
constructor
A new instance of ProductRatePlan.
Constructor Details
#initialize(fieldsToNull = [], id = nil, description = nil, effectiveEndDate = nil, effectiveStartDate = nil, name = nil, productId = nil) ⇒ ProductRatePlan
Returns a new instance of ProductRatePlan.
552 553 554 555 556 557 558 559 560 |
# File 'lib/zuora/ZUORA.rb', line 552 def initialize(fieldsToNull = [], id = nil, description = nil, effectiveEndDate = nil, effectiveStartDate = nil, name = nil, productId = nil) @fieldsToNull = fieldsToNull @id = id @description = description @effectiveEndDate = effectiveEndDate @effectiveStartDate = effectiveStartDate @name = name @productId = productId end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
546 547 548 |
# File 'lib/zuora/ZUORA.rb', line 546 def description @description end |
#effectiveEndDate ⇒ Object
Returns the value of attribute effectiveEndDate.
547 548 549 |
# File 'lib/zuora/ZUORA.rb', line 547 def effectiveEndDate @effectiveEndDate end |
#effectiveStartDate ⇒ Object
Returns the value of attribute effectiveStartDate.
548 549 550 |
# File 'lib/zuora/ZUORA.rb', line 548 def effectiveStartDate @effectiveStartDate end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
544 545 546 |
# File 'lib/zuora/ZUORA.rb', line 544 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
545 546 547 |
# File 'lib/zuora/ZUORA.rb', line 545 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
549 550 551 |
# File 'lib/zuora/ZUORA.rb', line 549 def name @name end |
#productId ⇒ Object
Returns the value of attribute productId.
550 551 552 |
# File 'lib/zuora/ZUORA.rb', line 550 def productId @productId end |