Class: SOAPRole
- Inherits:
-
Object
- Object
- SOAPRole
- Defined in:
- lib/crowd/default.rb
Overview
http://soap.integration.crowd.atlassian.comSOAPRole
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) ⇒ 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.
260 261 262 263 264 265 266 267 268 269 270 |
# File 'lib/crowd/default.rb', line 260 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.
251 252 253 |
# File 'lib/crowd/default.rb', line 251 def active @active end |
#attributes ⇒ Object
Returns the value of attribute attributes.
252 253 254 |
# File 'lib/crowd/default.rb', line 252 def attributes @attributes end |
#conception ⇒ Object
Returns the value of attribute conception.
253 254 255 |
# File 'lib/crowd/default.rb', line 253 def conception @conception end |
#description ⇒ Object
Returns the value of attribute description.
254 255 256 |
# File 'lib/crowd/default.rb', line 254 def description @description end |
#directoryID ⇒ Object
Returns the value of attribute directoryID.
255 256 257 |
# File 'lib/crowd/default.rb', line 255 def directoryID @directoryID end |
#iD ⇒ Object
Returns the value of attribute iD.
250 251 252 |
# File 'lib/crowd/default.rb', line 250 def iD @iD end |
#lastModified ⇒ Object
Returns the value of attribute lastModified.
256 257 258 |
# File 'lib/crowd/default.rb', line 256 def lastModified @lastModified end |
#members ⇒ Object
Returns the value of attribute members.
257 258 259 |
# File 'lib/crowd/default.rb', line 257 def members @members end |
#name ⇒ Object
Returns the value of attribute name.
258 259 260 |
# File 'lib/crowd/default.rb', line 258 def name @name end |