Class: DirectoryEntity
- Inherits:
-
Object
- Object
- DirectoryEntity
- Defined in:
- lib/crowd/soap/default.rb
Overview
http://model.integration.crowd.atlassian.comDirectoryEntity
directoryId - SOAP::SOAPLong
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#directoryId ⇒ Object
Returns the value of attribute directoryId.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(directoryId = nil, name = nil) ⇒ DirectoryEntity
constructor
A new instance of DirectoryEntity.
Constructor Details
#initialize(directoryId = nil, name = nil) ⇒ DirectoryEntity
Returns a new instance of DirectoryEntity.
431 432 433 434 |
# File 'lib/crowd/soap/default.rb', line 431 def initialize(directoryId = nil, name = nil) @directoryId = directoryId @name = name end |
Instance Attribute Details
#directoryId ⇒ Object
Returns the value of attribute directoryId.
428 429 430 |
# File 'lib/crowd/soap/default.rb', line 428 def directoryId @directoryId end |
#name ⇒ Object
Returns the value of attribute name.
429 430 431 |
# File 'lib/crowd/soap/default.rb', line 429 def name @name end |