Class: Etapper::API::Persona

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/servicePersona

address - SOAP::SOAPString
city - SOAP::SOAPString
country - SOAP::SOAPString
county - SOAP::SOAPString
createdDate - SOAP::SOAPDateTime
definedValues - Etapper::API::ArrayOfDefinedValue
email - SOAP::SOAPString
lastModifiedDate - SOAP::SOAPDateTime
longSalutation - SOAP::SOAPString
note - SOAP::SOAPString
phones - Etapper::API::ArrayOfPhone
postalCode - SOAP::SOAPString
primary - SOAP::SOAPBoolean
ref - SOAP::SOAPString
shortSalutation - SOAP::SOAPString
state - SOAP::SOAPString
stickyNoteType - SOAP::SOAPString
type - SOAP::SOAPString
webAddress - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(address = nil, city = nil, country = nil, county = nil, createdDate = nil, definedValues = nil, email = nil, lastModifiedDate = nil, longSalutation = nil, note = nil, phones = nil, postalCode = nil, primary = nil, ref = nil, shortSalutation = nil, state = nil, stickyNoteType = nil, type = nil, webAddress = nil) ⇒ Persona

Returns a new instance of Persona.



2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'lib/etapper/api/service.rb', line 2317

def initialize(address = nil, city = nil, country = nil, county = nil, createdDate = nil, definedValues = nil, email = nil, lastModifiedDate = nil, longSalutation = nil, note = nil, phones = nil, postalCode = nil, primary = nil, ref = nil, shortSalutation = nil, state = nil, stickyNoteType = nil, type = nil, webAddress = nil)
  @address = address
  @city = city
  @country = country
  @county = county
  @createdDate = createdDate
  @definedValues = definedValues
  @email = email
  @lastModifiedDate = lastModifiedDate
  @longSalutation = longSalutation
  @note = note
  @phones = phones
  @postalCode = postalCode
  @primary = primary
  @ref = ref
  @shortSalutation = shortSalutation
  @state = state
  @stickyNoteType = stickyNoteType
  @type = type
  @webAddress = webAddress
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



2297
2298
2299
# File 'lib/etapper/api/service.rb', line 2297

def address
  @address
end

#cityObject

Returns the value of attribute city.



2298
2299
2300
# File 'lib/etapper/api/service.rb', line 2298

def city
  @city
end

#countryObject

Returns the value of attribute country.



2299
2300
2301
# File 'lib/etapper/api/service.rb', line 2299

def country
  @country
end

#countyObject

Returns the value of attribute county.



2300
2301
2302
# File 'lib/etapper/api/service.rb', line 2300

def county
  @county
end

#createdDateObject

Returns the value of attribute createdDate.



2301
2302
2303
# File 'lib/etapper/api/service.rb', line 2301

def createdDate
  @createdDate
end

#definedValuesObject

Returns the value of attribute definedValues.



2302
2303
2304
# File 'lib/etapper/api/service.rb', line 2302

def definedValues
  @definedValues
end

#emailObject

Returns the value of attribute email.



2303
2304
2305
# File 'lib/etapper/api/service.rb', line 2303

def email
  @email
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



2304
2305
2306
# File 'lib/etapper/api/service.rb', line 2304

def lastModifiedDate
  @lastModifiedDate
end

#longSalutationObject

Returns the value of attribute longSalutation.



2305
2306
2307
# File 'lib/etapper/api/service.rb', line 2305

def longSalutation
  @longSalutation
end

#noteObject

Returns the value of attribute note.



2306
2307
2308
# File 'lib/etapper/api/service.rb', line 2306

def note
  @note
end

#phonesObject

Returns the value of attribute phones.



2307
2308
2309
# File 'lib/etapper/api/service.rb', line 2307

def phones
  @phones
end

#postalCodeObject

Returns the value of attribute postalCode.



2308
2309
2310
# File 'lib/etapper/api/service.rb', line 2308

def postalCode
  @postalCode
end

#primaryObject

Returns the value of attribute primary.



2309
2310
2311
# File 'lib/etapper/api/service.rb', line 2309

def primary
  @primary
end

#refObject

Returns the value of attribute ref.



2310
2311
2312
# File 'lib/etapper/api/service.rb', line 2310

def ref
  @ref
end

#shortSalutationObject

Returns the value of attribute shortSalutation.



2311
2312
2313
# File 'lib/etapper/api/service.rb', line 2311

def shortSalutation
  @shortSalutation
end

#stateObject

Returns the value of attribute state.



2312
2313
2314
# File 'lib/etapper/api/service.rb', line 2312

def state
  @state
end

#stickyNoteTypeObject

Returns the value of attribute stickyNoteType.



2313
2314
2315
# File 'lib/etapper/api/service.rb', line 2313

def stickyNoteType
  @stickyNoteType
end

#typeObject

Returns the value of attribute type.



2314
2315
2316
# File 'lib/etapper/api/service.rb', line 2314

def type
  @type
end

#webAddressObject

Returns the value of attribute webAddress.



2315
2316
2317
# File 'lib/etapper/api/service.rb', line 2315

def webAddress
  @webAddress
end