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.



526
527
528
529
530
531
532
533
534
# File 'lib/zuora/ZUORA.rb', line 526

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.



520
521
522
# File 'lib/zuora/ZUORA.rb', line 520

def description
  @description
end

#effectiveEndDateObject

Returns the value of attribute effectiveEndDate.



521
522
523
# File 'lib/zuora/ZUORA.rb', line 521

def effectiveEndDate
  @effectiveEndDate
end

#effectiveStartDateObject

Returns the value of attribute effectiveStartDate.



522
523
524
# File 'lib/zuora/ZUORA.rb', line 522

def effectiveStartDate
  @effectiveStartDate
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



518
519
520
# File 'lib/zuora/ZUORA.rb', line 518

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



519
520
521
# File 'lib/zuora/ZUORA.rb', line 519

def id
  @id
end

#nameObject

Returns the value of attribute name.



523
524
525
# File 'lib/zuora/ZUORA.rb', line 523

def name
  @name
end

#productIdObject

Returns the value of attribute productId.



524
525
526
# File 'lib/zuora/ZUORA.rb', line 524

def productId
  @productId
end