Class: SOAPPrincipal
- Inherits:
-
Object
- Object
- SOAPPrincipal
- Defined in:
- lib/crowd/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
-
#active ⇒ Object
Returns the value of attribute active.
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#conception ⇒ Object
Returns the value of attribute conception.
-
#description ⇒ Object
Returns the value of attribute description.
-
#directoryID ⇒ Object
Returns the value of attribute directoryID.
-
#iD ⇒ Object
Returns the value of attribute iD.
-
#lastModified ⇒ Object
Returns the value of attribute lastModified.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(iD = nil, active = nil, attributes = nil, conception = nil, description = nil, directoryID = nil, lastModified = nil, name = nil) ⇒ SOAPPrincipal
constructor
A new instance of SOAPPrincipal.
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/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
#active ⇒ Object
Returns the value of attribute active.
185 186 187 |
# File 'lib/crowd/default.rb', line 185 def active @active end |
#attributes ⇒ Object
Returns the value of attribute attributes.
186 187 188 |
# File 'lib/crowd/default.rb', line 186 def attributes @attributes end |
#conception ⇒ Object
Returns the value of attribute conception.
187 188 189 |
# File 'lib/crowd/default.rb', line 187 def conception @conception end |
#description ⇒ Object
Returns the value of attribute description.
188 189 190 |
# File 'lib/crowd/default.rb', line 188 def description @description end |
#directoryID ⇒ Object
Returns the value of attribute directoryID.
189 190 191 |
# File 'lib/crowd/default.rb', line 189 def directoryID @directoryID end |
#iD ⇒ Object
Returns the value of attribute iD.
184 185 186 |
# File 'lib/crowd/default.rb', line 184 def iD @iD end |
#lastModified ⇒ Object
Returns the value of attribute lastModified.
190 191 192 |
# File 'lib/crowd/default.rb', line 190 def lastModified @lastModified end |
#name ⇒ Object
Returns the value of attribute name.
191 192 193 |
# File 'lib/crowd/default.rb', line 191 def name @name end |