Class: DirectoryEntity

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/soap/default.rb

Overview

http://model.integration.crowd.atlassian.comDirectoryEntity

directoryId - SOAP::SOAPLong
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#directoryIdObject

Returns the value of attribute directoryId.



428
429
430
# File 'lib/crowd/soap/default.rb', line 428

def directoryId
  @directoryId
end

#nameObject

Returns the value of attribute name.



429
430
431
# File 'lib/crowd/soap/default.rb', line 429

def name
  @name
end