Class: ZUORA::ZObject

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

Overview

/zObject

fieldsToNull - SOAP::SOAPString
id - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



10
11
12
# File 'lib/zuora/ZUORA.rb', line 10

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



11
12
13
# File 'lib/zuora/ZUORA.rb', line 11

def id
  @id
end