Class: Etapper::API::Persona
- Inherits:
-
Object
- Object
- Etapper::API::Persona
- 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
-
#address ⇒ Object
Returns the value of attribute address.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#county ⇒ Object
Returns the value of attribute county.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#definedValues ⇒ Object
Returns the value of attribute definedValues.
-
#email ⇒ Object
Returns the value of attribute email.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#longSalutation ⇒ Object
Returns the value of attribute longSalutation.
-
#note ⇒ Object
Returns the value of attribute note.
-
#phones ⇒ Object
Returns the value of attribute phones.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#primary ⇒ Object
Returns the value of attribute primary.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#shortSalutation ⇒ Object
Returns the value of attribute shortSalutation.
-
#state ⇒ Object
Returns the value of attribute state.
-
#stickyNoteType ⇒ Object
Returns the value of attribute stickyNoteType.
-
#type ⇒ Object
Returns the value of attribute type.
-
#webAddress ⇒ Object
Returns the value of attribute webAddress.
Instance Method Summary collapse
-
#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
constructor
A new instance of Persona.
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
#address ⇒ Object
Returns the value of attribute address.
2297 2298 2299 |
# File 'lib/etapper/api/service.rb', line 2297 def address @address end |
#city ⇒ Object
Returns the value of attribute city.
2298 2299 2300 |
# File 'lib/etapper/api/service.rb', line 2298 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
2299 2300 2301 |
# File 'lib/etapper/api/service.rb', line 2299 def country @country end |
#county ⇒ Object
Returns the value of attribute county.
2300 2301 2302 |
# File 'lib/etapper/api/service.rb', line 2300 def county @county end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
2301 2302 2303 |
# File 'lib/etapper/api/service.rb', line 2301 def createdDate @createdDate end |
#definedValues ⇒ Object
Returns the value of attribute definedValues.
2302 2303 2304 |
# File 'lib/etapper/api/service.rb', line 2302 def definedValues @definedValues end |
#email ⇒ Object
Returns the value of attribute email.
2303 2304 2305 |
# File 'lib/etapper/api/service.rb', line 2303 def email @email end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
2304 2305 2306 |
# File 'lib/etapper/api/service.rb', line 2304 def lastModifiedDate @lastModifiedDate end |
#longSalutation ⇒ Object
Returns the value of attribute longSalutation.
2305 2306 2307 |
# File 'lib/etapper/api/service.rb', line 2305 def longSalutation @longSalutation end |
#note ⇒ Object
Returns the value of attribute note.
2306 2307 2308 |
# File 'lib/etapper/api/service.rb', line 2306 def note @note end |
#phones ⇒ Object
Returns the value of attribute phones.
2307 2308 2309 |
# File 'lib/etapper/api/service.rb', line 2307 def phones @phones end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
2308 2309 2310 |
# File 'lib/etapper/api/service.rb', line 2308 def postalCode @postalCode end |
#primary ⇒ Object
Returns the value of attribute primary.
2309 2310 2311 |
# File 'lib/etapper/api/service.rb', line 2309 def primary @primary end |
#ref ⇒ Object
Returns the value of attribute ref.
2310 2311 2312 |
# File 'lib/etapper/api/service.rb', line 2310 def ref @ref end |
#shortSalutation ⇒ Object
Returns the value of attribute shortSalutation.
2311 2312 2313 |
# File 'lib/etapper/api/service.rb', line 2311 def shortSalutation @shortSalutation end |
#state ⇒ Object
Returns the value of attribute state.
2312 2313 2314 |
# File 'lib/etapper/api/service.rb', line 2312 def state @state end |
#stickyNoteType ⇒ Object
Returns the value of attribute stickyNoteType.
2313 2314 2315 |
# File 'lib/etapper/api/service.rb', line 2313 def stickyNoteType @stickyNoteType end |
#type ⇒ Object
Returns the value of attribute type.
2314 2315 2316 |
# File 'lib/etapper/api/service.rb', line 2314 def type @type end |
#webAddress ⇒ Object
Returns the value of attribute webAddress.
2315 2316 2317 |
# File 'lib/etapper/api/service.rb', line 2315 def webAddress @webAddress end |