Class: Etapper::API::Account

Inherits:
Object
  • Object
show all
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

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

#accountCreatedDateObject

Returns the value of attribute accountCreatedDate.



44
45
46
# File 'lib/etapper/api/service.rb', line 44

def accountCreatedDate
  @accountCreatedDate
end

#accountDefinedValuesObject

Returns the value of attribute accountDefinedValues.



45
46
47
# File 'lib/etapper/api/service.rb', line 45

def accountDefinedValues
  @accountDefinedValues
end

#accountLastModifiedDateObject

Returns the value of attribute accountLastModifiedDate.



46
47
48
# File 'lib/etapper/api/service.rb', line 46

def accountLastModifiedDate
  @accountLastModifiedDate
end

#accountRoleTypeObject

Returns the value of attribute accountRoleType.



47
48
49
# File 'lib/etapper/api/service.rb', line 47

def accountRoleType
  @accountRoleType
end

#addressObject

Returns the value of attribute address.



48
49
50
# File 'lib/etapper/api/service.rb', line 48

def address
  @address
end

#cityObject

Returns the value of attribute city.



49
50
51
# File 'lib/etapper/api/service.rb', line 49

def city
  @city
end

#countryObject

Returns the value of attribute country.



50
51
52
# File 'lib/etapper/api/service.rb', line 50

def country
  @country
end

#countyObject

Returns the value of attribute county.



51
52
53
# File 'lib/etapper/api/service.rb', line 51

def county
  @county
end

#donorRecognitionNameObject

Returns the value of attribute donorRecognitionName.



52
53
54
# File 'lib/etapper/api/service.rb', line 52

def donorRecognitionName
  @donorRecognitionName
end

#donorRecognitionTypeObject

Returns the value of attribute donorRecognitionType.



53
54
55
# File 'lib/etapper/api/service.rb', line 53

def donorRecognitionType
  @donorRecognitionType
end

#donorRoleRefObject

Returns the value of attribute donorRoleRef.



54
55
56
# File 'lib/etapper/api/service.rb', line 54

def donorRoleRef
  @donorRoleRef
end

#emailObject

Returns the value of attribute email.



55
56
57
# File 'lib/etapper/api/service.rb', line 55

def email
  @email
end

#firstNameObject

Returns the value of attribute firstName.



56
57
58
# File 'lib/etapper/api/service.rb', line 56

def firstName
  @firstName
end

#idObject

Returns the value of attribute id.



57
58
59
# File 'lib/etapper/api/service.rb', line 57

def id
  @id
end

#lastNameObject

Returns the value of attribute lastName.



58
59
60
# File 'lib/etapper/api/service.rb', line 58

def lastName
  @lastName
end

#longSalutationObject

Returns the value of attribute longSalutation.



59
60
61
# File 'lib/etapper/api/service.rb', line 59

def longSalutation
  @longSalutation
end

#middleNameObject

Returns the value of attribute middleName.



60
61
62
# File 'lib/etapper/api/service.rb', line 60

def middleName
  @middleName
end

#nameObject

Returns the value of attribute name.



61
62
63
# File 'lib/etapper/api/service.rb', line 61

def name
  @name
end

#noteObject

Returns the value of attribute note.



62
63
64
# File 'lib/etapper/api/service.rb', line 62

def note
  @note
end

#personaCreatedDateObject

Returns the value of attribute personaCreatedDate.



63
64
65
# File 'lib/etapper/api/service.rb', line 63

def personaCreatedDate
  @personaCreatedDate
end

#personaDefinedValuesObject

Returns the value of attribute personaDefinedValues.



64
65
66
# File 'lib/etapper/api/service.rb', line 64

def personaDefinedValues
  @personaDefinedValues
end

#personaLastModifiedDateObject

Returns the value of attribute personaLastModifiedDate.



65
66
67
# File 'lib/etapper/api/service.rb', line 65

def personaLastModifiedDate
  @personaLastModifiedDate
end

#personaTypeObject

Returns the value of attribute personaType.



66
67
68
# File 'lib/etapper/api/service.rb', line 66

def personaType
  @personaType
end

#personaTypesObject

Returns the value of attribute personaTypes.



67
68
69
# File 'lib/etapper/api/service.rb', line 67

def personaTypes
  @personaTypes
end

#phonesObject

Returns the value of attribute phones.



68
69
70
# File 'lib/etapper/api/service.rb', line 68

def phones
  @phones
end

#postalCodeObject

Returns the value of attribute postalCode.



69
70
71
# File 'lib/etapper/api/service.rb', line 69

def postalCode
  @postalCode
end

#primaryPersonaObject

Returns the value of attribute primaryPersona.



70
71
72
# File 'lib/etapper/api/service.rb', line 70

def primaryPersona
  @primaryPersona
end

#refObject

Returns the value of attribute ref.



71
72
73
# File 'lib/etapper/api/service.rb', line 71

def ref
  @ref
end

#shortSalutationObject

Returns the value of attribute shortSalutation.



72
73
74
# File 'lib/etapper/api/service.rb', line 72

def shortSalutation
  @shortSalutation
end

#sortNameObject

Returns the value of attribute sortName.



73
74
75
# File 'lib/etapper/api/service.rb', line 73

def sortName
  @sortName
end

#stateObject

Returns the value of attribute state.



74
75
76
# File 'lib/etapper/api/service.rb', line 74

def state
  @state
end

#teamRoleRefObject

Returns the value of attribute teamRoleRef.



75
76
77
# File 'lib/etapper/api/service.rb', line 75

def teamRoleRef
  @teamRoleRef
end

#titleObject

Returns the value of attribute title.



76
77
78
# File 'lib/etapper/api/service.rb', line 76

def title
  @title
end

#tributeRoleRefObject

Returns the value of attribute tributeRoleRef.



77
78
79
# File 'lib/etapper/api/service.rb', line 77

def tributeRoleRef
  @tributeRoleRef
end

#userRoleRefObject

Returns the value of attribute userRoleRef.



78
79
80
# File 'lib/etapper/api/service.rb', line 78

def userRoleRef
  @userRoleRef
end

#webAddressObject

Returns the value of attribute webAddress.



79
80
81
# File 'lib/etapper/api/service.rb', line 79

def webAddress
  @webAddress
end