Class: Etapper::API::EntityRole

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

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

#accountRoleTypeObject

Returns the value of attribute accountRoleType.



2233
2234
2235
# File 'lib/etapper/api/service.rb', line 2233

def accountRoleType
  @accountRoleType
end

#createdDateObject

Returns the value of attribute createdDate.



2234
2235
2236
# File 'lib/etapper/api/service.rb', line 2234

def createdDate
  @createdDate
end

#definedValuesObject

Returns the value of attribute definedValues.



2235
2236
2237
# File 'lib/etapper/api/service.rb', line 2235

def definedValues
  @definedValues
end

#donorRecognitionNameObject

Returns the value of attribute donorRecognitionName.



2236
2237
2238
# File 'lib/etapper/api/service.rb', line 2236

def donorRecognitionName
  @donorRecognitionName
end

#donorRecognitionTypeObject

Returns the value of attribute donorRecognitionType.



2237
2238
2239
# File 'lib/etapper/api/service.rb', line 2237

def donorRecognitionType
  @donorRecognitionType
end

#donorRoleRefObject

Returns the value of attribute donorRoleRef.



2238
2239
2240
# File 'lib/etapper/api/service.rb', line 2238

def donorRoleRef
  @donorRoleRef
end

#emailStatusObject

Returns the value of attribute emailStatus.



2239
2240
2241
# File 'lib/etapper/api/service.rb', line 2239

def emailStatus
  @emailStatus
end

#householdStatusObject

Returns the value of attribute householdStatus.



2240
2241
2242
# File 'lib/etapper/api/service.rb', line 2240

def householdStatus
  @householdStatus
end

#idObject

Returns the value of attribute id.



2241
2242
2243
# File 'lib/etapper/api/service.rb', line 2241

def id
  @id
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



2242
2243
2244
# File 'lib/etapper/api/service.rb', line 2242

def lastModifiedDate
  @lastModifiedDate
end

#loginIdObject

Returns the value of attribute loginId.



2243
2244
2245
# File 'lib/etapper/api/service.rb', line 2243

def loginId
  @loginId
end

#loyaltyRatingObject

Returns the value of attribute loyaltyRating.



2244
2245
2246
# File 'lib/etapper/api/service.rb', line 2244

def loyaltyRating
  @loyaltyRating
end

#nameObject

Returns the value of attribute name.



2245
2246
2247
# File 'lib/etapper/api/service.rb', line 2245

def name
  @name
end

#personasObject

Returns the value of attribute personas.



2246
2247
2248
# File 'lib/etapper/api/service.rb', line 2246

def personas
  @personas
end

#refObject

Returns the value of attribute ref.



2247
2248
2249
# File 'lib/etapper/api/service.rb', line 2247

def ref
  @ref
end

#sortNameObject

Returns the value of attribute sortName.



2248
2249
2250
# File 'lib/etapper/api/service.rb', line 2248

def sortName
  @sortName
end

#teamRoleRefObject

Returns the value of attribute teamRoleRef.



2249
2250
2251
# File 'lib/etapper/api/service.rb', line 2249

def teamRoleRef
  @teamRoleRef
end

#tributeRoleRefObject

Returns the value of attribute tributeRoleRef.



2250
2251
2252
# File 'lib/etapper/api/service.rb', line 2250

def tributeRoleRef
  @tributeRoleRef
end

#userRoleRefObject

Returns the value of attribute userRoleRef.



2251
2252
2253
# File 'lib/etapper/api/service.rb', line 2251

def userRoleRef
  @userRoleRef
end