Class: ZUORA::Contact
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
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#homePhone ⇒ Object
Returns the value of attribute homePhone.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#mobilePhone ⇒ Object
Returns the value of attribute mobilePhone.
-
#nickName ⇒ Object
Returns the value of attribute nickName.
-
#otherPhone ⇒ Object
Returns the value of attribute otherPhone.
-
#otherPhoneType ⇒ Object
Returns the value of attribute otherPhoneType.
-
#personalEmail ⇒ Object
Returns the value of attribute personalEmail.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#state ⇒ Object
Returns the value of attribute state.
-
#updatedDate ⇒ Object
Returns the value of attribute updatedDate.
-
#workEmail ⇒ Object
Returns the value of attribute workEmail.
-
#workPhone ⇒ Object
Returns the value of attribute workPhone.
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.
236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 |
# File 'lib/zuora/ZUORA.rb', line 236 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
#accountId ⇒ Object
Returns the value of attribute accountId.
215 216 217 |
# File 'lib/zuora/ZUORA.rb', line 215 def accountId @accountId end |
#address1 ⇒ Object
Returns the value of attribute address1.
216 217 218 |
# File 'lib/zuora/ZUORA.rb', line 216 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
217 218 219 |
# File 'lib/zuora/ZUORA.rb', line 217 def address2 @address2 end |
#city ⇒ Object
Returns the value of attribute city.
218 219 220 |
# File 'lib/zuora/ZUORA.rb', line 218 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
219 220 221 |
# File 'lib/zuora/ZUORA.rb', line 219 def country @country end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
220 221 222 |
# File 'lib/zuora/ZUORA.rb', line 220 def createdDate @createdDate end |
#fax ⇒ Object
Returns the value of attribute fax.
221 222 223 |
# File 'lib/zuora/ZUORA.rb', line 221 def fax @fax end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
213 214 215 |
# File 'lib/zuora/ZUORA.rb', line 213 def fieldsToNull @fieldsToNull end |
#firstName ⇒ Object
Returns the value of attribute firstName.
222 223 224 |
# File 'lib/zuora/ZUORA.rb', line 222 def firstName @firstName end |
#homePhone ⇒ Object
Returns the value of attribute homePhone.
223 224 225 |
# File 'lib/zuora/ZUORA.rb', line 223 def homePhone @homePhone end |
#id ⇒ Object
Returns the value of attribute id.
214 215 216 |
# File 'lib/zuora/ZUORA.rb', line 214 def id @id end |
#lastName ⇒ Object
Returns the value of attribute lastName.
224 225 226 |
# File 'lib/zuora/ZUORA.rb', line 224 def lastName @lastName end |
#mobilePhone ⇒ Object
Returns the value of attribute mobilePhone.
225 226 227 |
# File 'lib/zuora/ZUORA.rb', line 225 def mobilePhone @mobilePhone end |
#nickName ⇒ Object
Returns the value of attribute nickName.
226 227 228 |
# File 'lib/zuora/ZUORA.rb', line 226 def nickName @nickName end |
#otherPhone ⇒ Object
Returns the value of attribute otherPhone.
227 228 229 |
# File 'lib/zuora/ZUORA.rb', line 227 def otherPhone @otherPhone end |
#otherPhoneType ⇒ Object
Returns the value of attribute otherPhoneType.
228 229 230 |
# File 'lib/zuora/ZUORA.rb', line 228 def otherPhoneType @otherPhoneType end |
#personalEmail ⇒ Object
Returns the value of attribute personalEmail.
229 230 231 |
# File 'lib/zuora/ZUORA.rb', line 229 def personalEmail @personalEmail end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
230 231 232 |
# File 'lib/zuora/ZUORA.rb', line 230 def postalCode @postalCode end |
#state ⇒ Object
Returns the value of attribute state.
231 232 233 |
# File 'lib/zuora/ZUORA.rb', line 231 def state @state end |
#updatedDate ⇒ Object
Returns the value of attribute updatedDate.
232 233 234 |
# File 'lib/zuora/ZUORA.rb', line 232 def updatedDate @updatedDate end |
#workEmail ⇒ Object
Returns the value of attribute workEmail.
233 234 235 |
# File 'lib/zuora/ZUORA.rb', line 233 def workEmail @workEmail end |
#workPhone ⇒ Object
Returns the value of attribute workPhone.
234 235 236 |
# File 'lib/zuora/ZUORA.rb', line 234 def workPhone @workPhone end |