Class: SOAPRole

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/soap/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

Instance Method Summary collapse

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/soap/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

#activeObject

Returns the value of attribute active.



251
252
253
# File 'lib/crowd/soap/default.rb', line 251

def active
  @active
end

#attributesObject

Returns the value of attribute attributes.



252
253
254
# File 'lib/crowd/soap/default.rb', line 252

def attributes
  @attributes
end

#conceptionObject

Returns the value of attribute conception.



253
254
255
# File 'lib/crowd/soap/default.rb', line 253

def conception
  @conception
end

#descriptionObject

Returns the value of attribute description.



254
255
256
# File 'lib/crowd/soap/default.rb', line 254

def description
  @description
end

#directoryIdObject

Returns the value of attribute directoryId.



255
256
257
# File 'lib/crowd/soap/default.rb', line 255

def directoryId
  @directoryId
end

#iDObject

Returns the value of attribute iD.



250
251
252
# File 'lib/crowd/soap/default.rb', line 250

def iD
  @iD
end

#lastModifiedObject

Returns the value of attribute lastModified.



256
257
258
# File 'lib/crowd/soap/default.rb', line 256

def lastModified
  @lastModified
end

#membersObject

Returns the value of attribute members.



257
258
259
# File 'lib/crowd/soap/default.rb', line 257

def members
  @members
end

#nameObject

Returns the value of attribute name.



258
259
260
# File 'lib/crowd/soap/default.rb', line 258

def name
  @name
end