Class: SOAPGroup
- Inherits:
-
Object
- Object
- SOAPGroup
- 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) ⇒ SOAPGroup
constructor
A new instance of SOAPGroup.
Constructor Details
#initialize(iD = nil, active = nil, attributes = nil, conception = nil, description = nil, directoryID = nil, lastModified = nil, members = nil, name = nil) ⇒ SOAPGroup
Returns a new instance of SOAPGroup.
166 167 168 169 170 171 172 173 174 175 176 |
# File 'lib/crowd/default.rb', line 166 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.
157 158 159 |
# File 'lib/crowd/default.rb', line 157 def active @active end |
#attributes ⇒ Object
Returns the value of attribute attributes.
158 159 160 |
# File 'lib/crowd/default.rb', line 158 def attributes @attributes end |
#conception ⇒ Object
Returns the value of attribute conception.
159 160 161 |
# File 'lib/crowd/default.rb', line 159 def conception @conception end |
#description ⇒ Object
Returns the value of attribute description.
160 161 162 |
# File 'lib/crowd/default.rb', line 160 def description @description end |
#directoryID ⇒ Object
Returns the value of attribute directoryID.
161 162 163 |
# File 'lib/crowd/default.rb', line 161 def directoryID @directoryID end |
#iD ⇒ Object
Returns the value of attribute iD.
156 157 158 |
# File 'lib/crowd/default.rb', line 156 def iD @iD end |
#lastModified ⇒ Object
Returns the value of attribute lastModified.
162 163 164 |
# File 'lib/crowd/default.rb', line 162 def lastModified @lastModified end |
#members ⇒ Object
Returns the value of attribute members.
163 164 165 |
# File 'lib/crowd/default.rb', line 163 def members @members end |
#name ⇒ Object
Returns the value of attribute name.
164 165 166 |
# File 'lib/crowd/default.rb', line 164 def name @name end |