Class: SOAPRole
- Inherits:
-
Object
- Object
- SOAPRole
- Defined in:
- lib/crowd/default.rb
Overview
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.
-
#members ⇒ Object
Returns the value of attribute members.
-
#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, members = nil, name = nil) ⇒ SOAPRole
constructor
A new instance of SOAPRole.
Constructor Details
#initialize(iD = nil, active = nil, attributes = nil, conception = nil, description = nil, directoryID = nil, lastModified = nil, members = nil, name = nil) ⇒ SOAPRole
Returns a new instance of SOAPRole.
122 123 124 125 126 127 128 129 130 131 132 |
# File 'lib/crowd/default.rb', line 122 def initialize(iD = nil, active = nil, attributes = nil, conception = nil, description = nil, directoryID = nil, lastModified = nil, members = nil, name = nil) @iD = iD @active = active @attributes = attributes @conception = conception @description = description @directoryID = directoryID @lastModified = lastModified @members = members @name = name end |
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
113 114 115 |
# File 'lib/crowd/default.rb', line 113 def active @active end |
#attributes ⇒ Object
Returns the value of attribute attributes.
114 115 116 |
# File 'lib/crowd/default.rb', line 114 def attributes @attributes end |
#conception ⇒ Object
Returns the value of attribute conception.
115 116 117 |
# File 'lib/crowd/default.rb', line 115 def conception @conception end |
#description ⇒ Object
Returns the value of attribute description.
116 117 118 |
# File 'lib/crowd/default.rb', line 116 def description @description end |
#directoryID ⇒ Object
Returns the value of attribute directoryID.
117 118 119 |
# File 'lib/crowd/default.rb', line 117 def directoryID @directoryID end |
#iD ⇒ Object
Returns the value of attribute iD.
112 113 114 |
# File 'lib/crowd/default.rb', line 112 def iD @iD end |
#lastModified ⇒ Object
Returns the value of attribute lastModified.
118 119 120 |
# File 'lib/crowd/default.rb', line 118 def lastModified @lastModified end |
#members ⇒ Object
Returns the value of attribute members.
119 120 121 |
# File 'lib/crowd/default.rb', line 119 def members @members end |
#name ⇒ Object
Returns the value of attribute name.
120 121 122 |
# File 'lib/crowd/default.rb', line 120 def name @name end |