Class: ZUORA::ProductRatePlan

Inherits:
ZObject
  • Object
show all
Defined in:
lib/zuora/ZUORA.rb

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

Instance Method Summary collapse

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

#descriptionObject

Returns the value of attribute description.



546
547
548
# File 'lib/zuora/ZUORA.rb', line 546

def description
  @description
end

#effectiveEndDateObject

Returns the value of attribute effectiveEndDate.



547
548
549
# File 'lib/zuora/ZUORA.rb', line 547

def effectiveEndDate
  @effectiveEndDate
end

#effectiveStartDateObject

Returns the value of attribute effectiveStartDate.



548
549
550
# File 'lib/zuora/ZUORA.rb', line 548

def effectiveStartDate
  @effectiveStartDate
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



544
545
546
# File 'lib/zuora/ZUORA.rb', line 544

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



545
546
547
# File 'lib/zuora/ZUORA.rb', line 545

def id
  @id
end

#nameObject

Returns the value of attribute name.



549
550
551
# File 'lib/zuora/ZUORA.rb', line 549

def name
  @name
end

#productIdObject

Returns the value of attribute productId.



550
551
552
# File 'lib/zuora/ZUORA.rb', line 550

def productId
  @productId
end