Class: ZUORA::Product
Overview
/Product
fieldsToNull - SOAP::SOAPString
id - (any)
description - SOAP::SOAPString
effectiveEndDate - SOAP::SOAPDateTime
effectiveStartDate - SOAP::SOAPDateTime
name - SOAP::SOAPString
sKU - SOAP::SOAPString
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.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
Instance Method Summary collapse
-
#initialize(fieldsToNull = [], id = nil, description = nil, effectiveEndDate = nil, effectiveStartDate = nil, name = nil, sKU = nil) ⇒ Product
constructor
A new instance of Product.
Constructor Details
#initialize(fieldsToNull = [], id = nil, description = nil, effectiveEndDate = nil, effectiveStartDate = nil, name = nil, sKU = nil) ⇒ Product
Returns a new instance of Product.
524 525 526 527 528 529 530 531 532 |
# File 'lib/zuora/ZUORA.rb', line 524 def initialize(fieldsToNull = [], id = nil, description = nil, effectiveEndDate = nil, effectiveStartDate = nil, name = nil, sKU = nil) @fieldsToNull = fieldsToNull @id = id @description = description @effectiveEndDate = effectiveEndDate @effectiveStartDate = effectiveStartDate @name = name @sKU = sKU end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
518 519 520 |
# File 'lib/zuora/ZUORA.rb', line 518 def description @description end |
#effectiveEndDate ⇒ Object
Returns the value of attribute effectiveEndDate.
519 520 521 |
# File 'lib/zuora/ZUORA.rb', line 519 def effectiveEndDate @effectiveEndDate end |
#effectiveStartDate ⇒ Object
Returns the value of attribute effectiveStartDate.
520 521 522 |
# File 'lib/zuora/ZUORA.rb', line 520 def effectiveStartDate @effectiveStartDate end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
516 517 518 |
# File 'lib/zuora/ZUORA.rb', line 516 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
517 518 519 |
# File 'lib/zuora/ZUORA.rb', line 517 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
521 522 523 |
# File 'lib/zuora/ZUORA.rb', line 521 def name @name end |
#sKU ⇒ Object
Returns the value of attribute sKU.
522 523 524 |
# File 'lib/zuora/ZUORA.rb', line 522 def sKU @sKU end |