Class: Etapper::API::EntityRole
- Inherits:
-
Object
- Object
- Etapper::API::EntityRole
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceEntityRole
accountRoleType - SOAP::SOAPInt
createdDate - SOAP::SOAPDateTime
definedValues - Etapper::API::ArrayOfDefinedValue
donorRecognitionName - SOAP::SOAPString
donorRecognitionType - SOAP::SOAPInt
donorRoleRef - SOAP::SOAPString
emailStatus - SOAP::SOAPInt
householdStatus - SOAP::SOAPInt
id - SOAP::SOAPInt
lastModifiedDate - SOAP::SOAPDateTime
loginId - SOAP::SOAPString
loyaltyRating - SOAP::SOAPInt
name - SOAP::SOAPString
personas - Etapper::API::ArrayOfPersona
ref - SOAP::SOAPString
sortName - SOAP::SOAPString
teamRoleRef - SOAP::SOAPString
tributeRoleRef - SOAP::SOAPString
userRoleRef - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountRoleType ⇒ Object
Returns the value of attribute accountRoleType.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#definedValues ⇒ Object
Returns the value of attribute definedValues.
-
#donorRecognitionName ⇒ Object
Returns the value of attribute donorRecognitionName.
-
#donorRecognitionType ⇒ Object
Returns the value of attribute donorRecognitionType.
-
#donorRoleRef ⇒ Object
Returns the value of attribute donorRoleRef.
-
#emailStatus ⇒ Object
Returns the value of attribute emailStatus.
-
#householdStatus ⇒ Object
Returns the value of attribute householdStatus.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#loginId ⇒ Object
Returns the value of attribute loginId.
-
#loyaltyRating ⇒ Object
Returns the value of attribute loyaltyRating.
-
#name ⇒ Object
Returns the value of attribute name.
-
#personas ⇒ Object
Returns the value of attribute personas.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#sortName ⇒ Object
Returns the value of attribute sortName.
-
#teamRoleRef ⇒ Object
Returns the value of attribute teamRoleRef.
-
#tributeRoleRef ⇒ Object
Returns the value of attribute tributeRoleRef.
-
#userRoleRef ⇒ Object
Returns the value of attribute userRoleRef.
Instance Method Summary collapse
Constructor Details
#initialize(accountRoleType = nil, createdDate = nil, definedValues = nil, donorRecognitionName = nil, donorRecognitionType = nil, donorRoleRef = nil, emailStatus = nil, householdStatus = nil, id = nil, lastModifiedDate = nil, loginId = nil, loyaltyRating = nil, name = nil, personas = nil, ref = nil, sortName = nil, teamRoleRef = nil, tributeRoleRef = nil, userRoleRef = nil) ⇒ EntityRole
Returns a new instance of EntityRole.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 |
# File 'lib/etapper/api/service.rb', line 2253 def initialize(accountRoleType = nil, createdDate = nil, definedValues = nil, donorRecognitionName = nil, donorRecognitionType = nil, donorRoleRef = nil, emailStatus = nil, householdStatus = nil, id = nil, lastModifiedDate = nil, loginId = nil, loyaltyRating = nil, name = nil, personas = nil, ref = nil, sortName = nil, teamRoleRef = nil, tributeRoleRef = nil, userRoleRef = nil) @accountRoleType = accountRoleType @createdDate = createdDate @definedValues = definedValues @donorRecognitionName = donorRecognitionName @donorRecognitionType = donorRecognitionType @donorRoleRef = donorRoleRef @emailStatus = emailStatus @householdStatus = householdStatus @id = id @lastModifiedDate = lastModifiedDate @loginId = loginId @loyaltyRating = loyaltyRating @name = name @personas = personas @ref = ref @sortName = sortName @teamRoleRef = teamRoleRef @tributeRoleRef = tributeRoleRef @userRoleRef = userRoleRef end |
Instance Attribute Details
#accountRoleType ⇒ Object
Returns the value of attribute accountRoleType.
2233 2234 2235 |
# File 'lib/etapper/api/service.rb', line 2233 def accountRoleType @accountRoleType end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
2234 2235 2236 |
# File 'lib/etapper/api/service.rb', line 2234 def createdDate @createdDate end |
#definedValues ⇒ Object
Returns the value of attribute definedValues.
2235 2236 2237 |
# File 'lib/etapper/api/service.rb', line 2235 def definedValues @definedValues end |
#donorRecognitionName ⇒ Object
Returns the value of attribute donorRecognitionName.
2236 2237 2238 |
# File 'lib/etapper/api/service.rb', line 2236 def donorRecognitionName @donorRecognitionName end |
#donorRecognitionType ⇒ Object
Returns the value of attribute donorRecognitionType.
2237 2238 2239 |
# File 'lib/etapper/api/service.rb', line 2237 def donorRecognitionType @donorRecognitionType end |
#donorRoleRef ⇒ Object
Returns the value of attribute donorRoleRef.
2238 2239 2240 |
# File 'lib/etapper/api/service.rb', line 2238 def donorRoleRef @donorRoleRef end |
#emailStatus ⇒ Object
Returns the value of attribute emailStatus.
2239 2240 2241 |
# File 'lib/etapper/api/service.rb', line 2239 def emailStatus @emailStatus end |
#householdStatus ⇒ Object
Returns the value of attribute householdStatus.
2240 2241 2242 |
# File 'lib/etapper/api/service.rb', line 2240 def householdStatus @householdStatus end |
#id ⇒ Object
Returns the value of attribute id.
2241 2242 2243 |
# File 'lib/etapper/api/service.rb', line 2241 def id @id end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
2242 2243 2244 |
# File 'lib/etapper/api/service.rb', line 2242 def lastModifiedDate @lastModifiedDate end |
#loginId ⇒ Object
Returns the value of attribute loginId.
2243 2244 2245 |
# File 'lib/etapper/api/service.rb', line 2243 def loginId @loginId end |
#loyaltyRating ⇒ Object
Returns the value of attribute loyaltyRating.
2244 2245 2246 |
# File 'lib/etapper/api/service.rb', line 2244 def loyaltyRating @loyaltyRating end |
#name ⇒ Object
Returns the value of attribute name.
2245 2246 2247 |
# File 'lib/etapper/api/service.rb', line 2245 def name @name end |
#personas ⇒ Object
Returns the value of attribute personas.
2246 2247 2248 |
# File 'lib/etapper/api/service.rb', line 2246 def personas @personas end |
#ref ⇒ Object
Returns the value of attribute ref.
2247 2248 2249 |
# File 'lib/etapper/api/service.rb', line 2247 def ref @ref end |
#sortName ⇒ Object
Returns the value of attribute sortName.
2248 2249 2250 |
# File 'lib/etapper/api/service.rb', line 2248 def sortName @sortName end |
#teamRoleRef ⇒ Object
Returns the value of attribute teamRoleRef.
2249 2250 2251 |
# File 'lib/etapper/api/service.rb', line 2249 def teamRoleRef @teamRoleRef end |
#tributeRoleRef ⇒ Object
Returns the value of attribute tributeRoleRef.
2250 2251 2252 |
# File 'lib/etapper/api/service.rb', line 2250 def tributeRoleRef @tributeRoleRef end |
#userRoleRef ⇒ Object
Returns the value of attribute userRoleRef.
2251 2252 2253 |
# File 'lib/etapper/api/service.rb', line 2251 def userRoleRef @userRoleRef end |