Class: ZUORA::Contact

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

Overview

/Contact

fieldsToNull - SOAP::SOAPString
id - (any)
accountId - (any)
address1 - SOAP::SOAPString
address2 - SOAP::SOAPString
city - SOAP::SOAPString
country - SOAP::SOAPString
createdDate - SOAP::SOAPDateTime
fax - SOAP::SOAPString
firstName - SOAP::SOAPString
homePhone - SOAP::SOAPString
lastName - SOAP::SOAPString
mobilePhone - SOAP::SOAPString
nickName - SOAP::SOAPString
otherPhone - SOAP::SOAPString
otherPhoneType - SOAP::SOAPString
personalEmail - SOAP::SOAPString
postalCode - SOAP::SOAPString
state - SOAP::SOAPString
updatedDate - SOAP::SOAPDateTime
workEmail - SOAP::SOAPString
workPhone - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldsToNull = [], id = nil, accountId = nil, address1 = nil, address2 = nil, city = nil, country = nil, createdDate = nil, fax = nil, firstName = nil, homePhone = nil, lastName = nil, mobilePhone = nil, nickName = nil, otherPhone = nil, otherPhoneType = nil, personalEmail = nil, postalCode = nil, state = nil, updatedDate = nil, workEmail = nil, workPhone = nil) ⇒ Contact

Returns a new instance of Contact.



234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
# File 'lib/zuora/ZUORA.rb', line 234

def initialize(fieldsToNull = [], id = nil, accountId = nil, address1 = nil, address2 = nil, city = nil, country = nil, createdDate = nil, fax = nil, firstName = nil, homePhone = nil, lastName = nil, mobilePhone = nil, nickName = nil, otherPhone = nil, otherPhoneType = nil, personalEmail = nil, postalCode = nil, state = nil, updatedDate = nil, workEmail = nil, workPhone = nil)
  @fieldsToNull = fieldsToNull
  @id = id
  @accountId = accountId
  @address1 = address1
  @address2 = address2
  @city = city
  @country = country
  @createdDate = createdDate
  @fax = fax
  @firstName = firstName
  @homePhone = homePhone
  @lastName = lastName
  @mobilePhone = mobilePhone
  @nickName = nickName
  @otherPhone = otherPhone
  @otherPhoneType = otherPhoneType
  @personalEmail = personalEmail
  @postalCode = postalCode
  @state = state
  @updatedDate = updatedDate
  @workEmail = workEmail
  @workPhone = workPhone
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



213
214
215
# File 'lib/zuora/ZUORA.rb', line 213

def accountId
  @accountId
end

#address1Object

Returns the value of attribute address1.



214
215
216
# File 'lib/zuora/ZUORA.rb', line 214

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



215
216
217
# File 'lib/zuora/ZUORA.rb', line 215

def address2
  @address2
end

#cityObject

Returns the value of attribute city.



216
217
218
# File 'lib/zuora/ZUORA.rb', line 216

def city
  @city
end

#countryObject

Returns the value of attribute country.



217
218
219
# File 'lib/zuora/ZUORA.rb', line 217

def country
  @country
end

#createdDateObject

Returns the value of attribute createdDate.



218
219
220
# File 'lib/zuora/ZUORA.rb', line 218

def createdDate
  @createdDate
end

#faxObject

Returns the value of attribute fax.



219
220
221
# File 'lib/zuora/ZUORA.rb', line 219

def fax
  @fax
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



211
212
213
# File 'lib/zuora/ZUORA.rb', line 211

def fieldsToNull
  @fieldsToNull
end

#firstNameObject

Returns the value of attribute firstName.



220
221
222
# File 'lib/zuora/ZUORA.rb', line 220

def firstName
  @firstName
end

#homePhoneObject

Returns the value of attribute homePhone.



221
222
223
# File 'lib/zuora/ZUORA.rb', line 221

def homePhone
  @homePhone
end

#idObject

Returns the value of attribute id.



212
213
214
# File 'lib/zuora/ZUORA.rb', line 212

def id
  @id
end

#lastNameObject

Returns the value of attribute lastName.



222
223
224
# File 'lib/zuora/ZUORA.rb', line 222

def lastName
  @lastName
end

#mobilePhoneObject

Returns the value of attribute mobilePhone.



223
224
225
# File 'lib/zuora/ZUORA.rb', line 223

def mobilePhone
  @mobilePhone
end

#nickNameObject

Returns the value of attribute nickName.



224
225
226
# File 'lib/zuora/ZUORA.rb', line 224

def nickName
  @nickName
end

#otherPhoneObject

Returns the value of attribute otherPhone.



225
226
227
# File 'lib/zuora/ZUORA.rb', line 225

def otherPhone
  @otherPhone
end

#otherPhoneTypeObject

Returns the value of attribute otherPhoneType.



226
227
228
# File 'lib/zuora/ZUORA.rb', line 226

def otherPhoneType
  @otherPhoneType
end

#personalEmailObject

Returns the value of attribute personalEmail.



227
228
229
# File 'lib/zuora/ZUORA.rb', line 227

def personalEmail
  @personalEmail
end

#postalCodeObject

Returns the value of attribute postalCode.



228
229
230
# File 'lib/zuora/ZUORA.rb', line 228

def postalCode
  @postalCode
end

#stateObject

Returns the value of attribute state.



229
230
231
# File 'lib/zuora/ZUORA.rb', line 229

def state
  @state
end

#updatedDateObject

Returns the value of attribute updatedDate.



230
231
232
# File 'lib/zuora/ZUORA.rb', line 230

def updatedDate
  @updatedDate
end

#workEmailObject

Returns the value of attribute workEmail.



231
232
233
# File 'lib/zuora/ZUORA.rb', line 231

def workEmail
  @workEmail
end

#workPhoneObject

Returns the value of attribute workPhone.



232
233
234
# File 'lib/zuora/ZUORA.rb', line 232

def workPhone
  @workPhone
end