Class: SOAPPrincipal

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/soap/default.rb

Overview

http://soap.integration.crowd.atlassian.comSOAPPrincipal

iD - SOAP::SOAPLong
active - SOAP::SOAPBoolean
attributes - ArrayOfSOAPAttribute
conception - SOAP::SOAPDateTime
description - SOAP::SOAPString
directoryId - SOAP::SOAPLong
lastModified - SOAP::SOAPDateTime
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(iD = nil, active = nil, attributes = nil, conception = nil, description = nil, directoryId = nil, lastModified = nil, name = nil) ⇒ SOAPPrincipal

Returns a new instance of SOAPPrincipal.



193
194
195
196
197
198
199
200
201
202
# File 'lib/crowd/soap/default.rb', line 193

def initialize(iD = nil, active = nil, attributes = nil, conception = nil, description = nil, directoryId = nil, lastModified = nil, name = nil)
  @iD = iD
  @active = active
  @attributes = attributes
  @conception = conception
  @description = description
  @directoryId = directoryId
  @lastModified = lastModified
  @name = name
end

Instance Attribute Details

#activeObject

Returns the value of attribute active.



185
186
187
# File 'lib/crowd/soap/default.rb', line 185

def active
  @active
end

#attributesObject

Returns the value of attribute attributes.



186
187
188
# File 'lib/crowd/soap/default.rb', line 186

def attributes
  @attributes
end

#conceptionObject

Returns the value of attribute conception.



187
188
189
# File 'lib/crowd/soap/default.rb', line 187

def conception
  @conception
end

#descriptionObject

Returns the value of attribute description.



188
189
190
# File 'lib/crowd/soap/default.rb', line 188

def description
  @description
end

#directoryIdObject

Returns the value of attribute directoryId.



189
190
191
# File 'lib/crowd/soap/default.rb', line 189

def directoryId
  @directoryId
end

#iDObject

Returns the value of attribute iD.



184
185
186
# File 'lib/crowd/soap/default.rb', line 184

def iD
  @iD
end

#lastModifiedObject

Returns the value of attribute lastModified.



190
191
192
# File 'lib/crowd/soap/default.rb', line 190

def lastModified
  @lastModified
end

#nameObject

Returns the value of attribute name.



191
192
193
# File 'lib/crowd/soap/default.rb', line 191

def name
  @name
end