Class: SOAPPrincipal
- Inherits:
-
Object
- Object
- SOAPPrincipal
- Defined in:
- lib/crowd/default.rb
Overview
http://soap.integration.crowd.atlassian.comSOAPPrincipal
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.
83 84 85 86 87 88 89 90 91 92 |
# File 'lib/crowd/default.rb', line 83 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.
75 76 77 |
# File 'lib/crowd/default.rb', line 75 def active @active end |
#attributes ⇒ Object
Returns the value of attribute attributes.
76 77 78 |
# File 'lib/crowd/default.rb', line 76 def attributes @attributes end |
#conception ⇒ Object
Returns the value of attribute conception.
77 78 79 |
# File 'lib/crowd/default.rb', line 77 def conception @conception end |
#description ⇒ Object
Returns the value of attribute description.
78 79 80 |
# File 'lib/crowd/default.rb', line 78 def description @description end |
#directoryID ⇒ Object
Returns the value of attribute directoryID.
79 80 81 |
# File 'lib/crowd/default.rb', line 79 def directoryID @directoryID end |
#iD ⇒ Object
Returns the value of attribute iD.
74 75 76 |
# File 'lib/crowd/default.rb', line 74 def iD @iD end |
#lastModified ⇒ Object
Returns the value of attribute lastModified.
80 81 82 |
# File 'lib/crowd/default.rb', line 80 def lastModified @lastModified end |
#name ⇒ Object
Returns the value of attribute name.
81 82 83 |
# File 'lib/crowd/default.rb', line 81 def name @name end |