Class: InvalidRoleException
- Inherits:
-
Object
- Object
- InvalidRoleException
- Defined in:
- lib/crowd/soap/default.rb
Overview
http://exception.integration.crowd.atlassian.comInvalidRoleException
entity - DirectoryEntity
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
Instance Method Summary collapse
-
#initialize(entity = nil) ⇒ InvalidRoleException
constructor
A new instance of InvalidRoleException.
Constructor Details
#initialize(entity = nil) ⇒ InvalidRoleException
Returns a new instance of InvalidRoleException.
394 395 396 |
# File 'lib/crowd/soap/default.rb', line 394 def initialize(entity = nil) @entity = entity end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
392 393 394 |
# File 'lib/crowd/soap/default.rb', line 392 def entity @entity end |