Class: Etapper::API::Account
- Inherits:
-
Object
- Object
- Etapper::API::Account
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceAccount
accountCreatedDate - SOAP::SOAPDateTime
accountDefinedValues - Etapper::API::ArrayOfDefinedValue
accountLastModifiedDate - SOAP::SOAPDateTime
accountRoleType - SOAP::SOAPInt
address - SOAP::SOAPString
city - SOAP::SOAPString
country - SOAP::SOAPString
county - SOAP::SOAPString
donorRecognitionName - SOAP::SOAPString
donorRecognitionType - SOAP::SOAPInt
donorRoleRef - SOAP::SOAPString
email - SOAP::SOAPString
firstName - SOAP::SOAPString
id - SOAP::SOAPInt
lastName - SOAP::SOAPString
longSalutation - SOAP::SOAPString
middleName - SOAP::SOAPString
name - SOAP::SOAPString
note - SOAP::SOAPString
personaCreatedDate - SOAP::SOAPDateTime
personaDefinedValues - Etapper::API::ArrayOfDefinedValue
personaLastModifiedDate - SOAP::SOAPDateTime
personaType - SOAP::SOAPString
personaTypes - Etapper::API::ArrayOfstring
phones - Etapper::API::ArrayOfPhone
postalCode - SOAP::SOAPString
primaryPersona - SOAP::SOAPBoolean
ref - SOAP::SOAPString
shortSalutation - SOAP::SOAPString
sortName - SOAP::SOAPString
state - SOAP::SOAPString
teamRoleRef - SOAP::SOAPString
title - SOAP::SOAPString
tributeRoleRef - SOAP::SOAPString
userRoleRef - SOAP::SOAPString
webAddress - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountCreatedDate ⇒ Object
Returns the value of attribute accountCreatedDate.
-
#accountDefinedValues ⇒ Object
Returns the value of attribute accountDefinedValues.
-
#accountLastModifiedDate ⇒ Object
Returns the value of attribute accountLastModifiedDate.
-
#accountRoleType ⇒ Object
Returns the value of attribute accountRoleType.
-
#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.
-
#donorRecognitionName ⇒ Object
Returns the value of attribute donorRecognitionName.
-
#donorRecognitionType ⇒ Object
Returns the value of attribute donorRecognitionType.
-
#donorRoleRef ⇒ Object
Returns the value of attribute donorRoleRef.
-
#email ⇒ Object
Returns the value of attribute email.
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#longSalutation ⇒ Object
Returns the value of attribute longSalutation.
-
#middleName ⇒ Object
Returns the value of attribute middleName.
-
#name ⇒ Object
Returns the value of attribute name.
-
#note ⇒ Object
Returns the value of attribute note.
-
#personaCreatedDate ⇒ Object
Returns the value of attribute personaCreatedDate.
-
#personaDefinedValues ⇒ Object
Returns the value of attribute personaDefinedValues.
-
#personaLastModifiedDate ⇒ Object
Returns the value of attribute personaLastModifiedDate.
-
#personaType ⇒ Object
Returns the value of attribute personaType.
-
#personaTypes ⇒ Object
Returns the value of attribute personaTypes.
-
#phones ⇒ Object
Returns the value of attribute phones.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#primaryPersona ⇒ Object
Returns the value of attribute primaryPersona.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#shortSalutation ⇒ Object
Returns the value of attribute shortSalutation.
-
#sortName ⇒ Object
Returns the value of attribute sortName.
-
#state ⇒ Object
Returns the value of attribute state.
-
#teamRoleRef ⇒ Object
Returns the value of attribute teamRoleRef.
-
#title ⇒ Object
Returns the value of attribute title.
-
#tributeRoleRef ⇒ Object
Returns the value of attribute tributeRoleRef.
-
#userRoleRef ⇒ Object
Returns the value of attribute userRoleRef.
-
#webAddress ⇒ Object
Returns the value of attribute webAddress.
Instance Method Summary collapse
Constructor Details
#initialize(accountCreatedDate = nil, accountDefinedValues = nil, accountLastModifiedDate = nil, accountRoleType = nil, address = nil, city = nil, country = nil, county = nil, donorRecognitionName = nil, donorRecognitionType = nil, donorRoleRef = nil, email = nil, firstName = nil, id = nil, lastName = nil, longSalutation = nil, middleName = nil, name = nil, note = nil, personaCreatedDate = nil, personaDefinedValues = nil, personaLastModifiedDate = nil, personaType = nil, personaTypes = nil, phones = nil, postalCode = nil, primaryPersona = nil, ref = nil, shortSalutation = nil, sortName = nil, state = nil, teamRoleRef = nil, title = nil, tributeRoleRef = nil, userRoleRef = nil, webAddress = nil) ⇒ Account
Returns a new instance of Account.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'lib/etapper/api/service.rb', line 81 def initialize(accountCreatedDate = nil, accountDefinedValues = nil, accountLastModifiedDate = nil, accountRoleType = nil, address = nil, city = nil, country = nil, county = nil, donorRecognitionName = nil, donorRecognitionType = nil, donorRoleRef = nil, email = nil, firstName = nil, id = nil, lastName = nil, longSalutation = nil, middleName = nil, name = nil, note = nil, personaCreatedDate = nil, personaDefinedValues = nil, personaLastModifiedDate = nil, personaType = nil, personaTypes = nil, phones = nil, postalCode = nil, primaryPersona = nil, ref = nil, shortSalutation = nil, sortName = nil, state = nil, teamRoleRef = nil, title = nil, tributeRoleRef = nil, userRoleRef = nil, webAddress = nil) @accountCreatedDate = accountCreatedDate @accountDefinedValues = accountDefinedValues @accountLastModifiedDate = accountLastModifiedDate @accountRoleType = accountRoleType @address = address @city = city @country = country @county = county @donorRecognitionName = donorRecognitionName @donorRecognitionType = donorRecognitionType @donorRoleRef = donorRoleRef @email = email @firstName = firstName @id = id @lastName = lastName @longSalutation = longSalutation @middleName = middleName @name = name @note = note @personaCreatedDate = personaCreatedDate @personaDefinedValues = personaDefinedValues @personaLastModifiedDate = personaLastModifiedDate @personaType = personaType @personaTypes = personaTypes @phones = phones @postalCode = postalCode @primaryPersona = primaryPersona @ref = ref @shortSalutation = shortSalutation @sortName = sortName @state = state @teamRoleRef = teamRoleRef @title = title @tributeRoleRef = tributeRoleRef @userRoleRef = userRoleRef @webAddress = webAddress end |
Instance Attribute Details
#accountCreatedDate ⇒ Object
Returns the value of attribute accountCreatedDate.
44 45 46 |
# File 'lib/etapper/api/service.rb', line 44 def accountCreatedDate @accountCreatedDate end |
#accountDefinedValues ⇒ Object
Returns the value of attribute accountDefinedValues.
45 46 47 |
# File 'lib/etapper/api/service.rb', line 45 def accountDefinedValues @accountDefinedValues end |
#accountLastModifiedDate ⇒ Object
Returns the value of attribute accountLastModifiedDate.
46 47 48 |
# File 'lib/etapper/api/service.rb', line 46 def accountLastModifiedDate @accountLastModifiedDate end |
#accountRoleType ⇒ Object
Returns the value of attribute accountRoleType.
47 48 49 |
# File 'lib/etapper/api/service.rb', line 47 def accountRoleType @accountRoleType end |
#address ⇒ Object
Returns the value of attribute address.
48 49 50 |
# File 'lib/etapper/api/service.rb', line 48 def address @address end |
#city ⇒ Object
Returns the value of attribute city.
49 50 51 |
# File 'lib/etapper/api/service.rb', line 49 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
50 51 52 |
# File 'lib/etapper/api/service.rb', line 50 def country @country end |
#county ⇒ Object
Returns the value of attribute county.
51 52 53 |
# File 'lib/etapper/api/service.rb', line 51 def county @county end |
#donorRecognitionName ⇒ Object
Returns the value of attribute donorRecognitionName.
52 53 54 |
# File 'lib/etapper/api/service.rb', line 52 def donorRecognitionName @donorRecognitionName end |
#donorRecognitionType ⇒ Object
Returns the value of attribute donorRecognitionType.
53 54 55 |
# File 'lib/etapper/api/service.rb', line 53 def donorRecognitionType @donorRecognitionType end |
#donorRoleRef ⇒ Object
Returns the value of attribute donorRoleRef.
54 55 56 |
# File 'lib/etapper/api/service.rb', line 54 def donorRoleRef @donorRoleRef end |
#email ⇒ Object
Returns the value of attribute email.
55 56 57 |
# File 'lib/etapper/api/service.rb', line 55 def email @email end |
#firstName ⇒ Object
Returns the value of attribute firstName.
56 57 58 |
# File 'lib/etapper/api/service.rb', line 56 def firstName @firstName end |
#id ⇒ Object
Returns the value of attribute id.
57 58 59 |
# File 'lib/etapper/api/service.rb', line 57 def id @id end |
#lastName ⇒ Object
Returns the value of attribute lastName.
58 59 60 |
# File 'lib/etapper/api/service.rb', line 58 def lastName @lastName end |
#longSalutation ⇒ Object
Returns the value of attribute longSalutation.
59 60 61 |
# File 'lib/etapper/api/service.rb', line 59 def longSalutation @longSalutation end |
#middleName ⇒ Object
Returns the value of attribute middleName.
60 61 62 |
# File 'lib/etapper/api/service.rb', line 60 def middleName @middleName end |
#name ⇒ Object
Returns the value of attribute name.
61 62 63 |
# File 'lib/etapper/api/service.rb', line 61 def name @name end |
#note ⇒ Object
Returns the value of attribute note.
62 63 64 |
# File 'lib/etapper/api/service.rb', line 62 def note @note end |
#personaCreatedDate ⇒ Object
Returns the value of attribute personaCreatedDate.
63 64 65 |
# File 'lib/etapper/api/service.rb', line 63 def personaCreatedDate @personaCreatedDate end |
#personaDefinedValues ⇒ Object
Returns the value of attribute personaDefinedValues.
64 65 66 |
# File 'lib/etapper/api/service.rb', line 64 def personaDefinedValues @personaDefinedValues end |
#personaLastModifiedDate ⇒ Object
Returns the value of attribute personaLastModifiedDate.
65 66 67 |
# File 'lib/etapper/api/service.rb', line 65 def personaLastModifiedDate @personaLastModifiedDate end |
#personaType ⇒ Object
Returns the value of attribute personaType.
66 67 68 |
# File 'lib/etapper/api/service.rb', line 66 def personaType @personaType end |
#personaTypes ⇒ Object
Returns the value of attribute personaTypes.
67 68 69 |
# File 'lib/etapper/api/service.rb', line 67 def personaTypes @personaTypes end |
#phones ⇒ Object
Returns the value of attribute phones.
68 69 70 |
# File 'lib/etapper/api/service.rb', line 68 def phones @phones end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
69 70 71 |
# File 'lib/etapper/api/service.rb', line 69 def postalCode @postalCode end |
#primaryPersona ⇒ Object
Returns the value of attribute primaryPersona.
70 71 72 |
# File 'lib/etapper/api/service.rb', line 70 def primaryPersona @primaryPersona end |
#ref ⇒ Object
Returns the value of attribute ref.
71 72 73 |
# File 'lib/etapper/api/service.rb', line 71 def ref @ref end |
#shortSalutation ⇒ Object
Returns the value of attribute shortSalutation.
72 73 74 |
# File 'lib/etapper/api/service.rb', line 72 def shortSalutation @shortSalutation end |
#sortName ⇒ Object
Returns the value of attribute sortName.
73 74 75 |
# File 'lib/etapper/api/service.rb', line 73 def sortName @sortName end |
#state ⇒ Object
Returns the value of attribute state.
74 75 76 |
# File 'lib/etapper/api/service.rb', line 74 def state @state end |
#teamRoleRef ⇒ Object
Returns the value of attribute teamRoleRef.
75 76 77 |
# File 'lib/etapper/api/service.rb', line 75 def teamRoleRef @teamRoleRef end |
#title ⇒ Object
Returns the value of attribute title.
76 77 78 |
# File 'lib/etapper/api/service.rb', line 76 def title @title end |
#tributeRoleRef ⇒ Object
Returns the value of attribute tributeRoleRef.
77 78 79 |
# File 'lib/etapper/api/service.rb', line 77 def tributeRoleRef @tributeRoleRef end |
#userRoleRef ⇒ Object
Returns the value of attribute userRoleRef.
78 79 80 |
# File 'lib/etapper/api/service.rb', line 78 def userRoleRef @userRoleRef end |
#webAddress ⇒ Object
Returns the value of attribute webAddress.
79 80 81 |
# File 'lib/etapper/api/service.rb', line 79 def webAddress @webAddress end |