Class: SOAPGroup
- Inherits:
-
Object
- Object
- SOAPGroup
- Defined in:
- lib/crowd/default.rb
Overview
http://soap.integration.crowd.atlassian.comSOAPGroup
iD - SOAP::SOAPLong
active - SOAP::SOAPBoolean
attributes - ArrayOfSOAPAttribute
conception - SOAP::SOAPDateTime
description - SOAP::SOAPString
directoryID - SOAP::SOAPLong
lastModified - SOAP::SOAPDateTime
members - ArrayOfString
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.
-
#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.
161 162 163 164 165 166 167 168 169 170 171 |
# File 'lib/crowd/default.rb', line 161 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.
152 153 154 |
# File 'lib/crowd/default.rb', line 152 def active @active end |
#attributes ⇒ Object
Returns the value of attribute attributes.
153 154 155 |
# File 'lib/crowd/default.rb', line 153 def attributes @attributes end |
#conception ⇒ Object
Returns the value of attribute conception.
154 155 156 |
# File 'lib/crowd/default.rb', line 154 def conception @conception end |
#description ⇒ Object
Returns the value of attribute description.
155 156 157 |
# File 'lib/crowd/default.rb', line 155 def description @description end |
#directoryID ⇒ Object
Returns the value of attribute directoryID.
156 157 158 |
# File 'lib/crowd/default.rb', line 156 def directoryID @directoryID end |
#iD ⇒ Object
Returns the value of attribute iD.
151 152 153 |
# File 'lib/crowd/default.rb', line 151 def iD @iD end |
#lastModified ⇒ Object
Returns the value of attribute lastModified.
157 158 159 |
# File 'lib/crowd/default.rb', line 157 def lastModified @lastModified end |
#members ⇒ Object
Returns the value of attribute members.
158 159 160 |
# File 'lib/crowd/default.rb', line 158 def members @members end |
#name ⇒ Object
Returns the value of attribute name.
159 160 161 |
# File 'lib/crowd/default.rb', line 159 def name @name end |