Class: InvalidUserException
- Inherits:
-
Object
- Object
- InvalidUserException
- Defined in:
- lib/crowd/soap/default.rb
Overview
http://exception.integration.crowd.atlassian.comInvalidUserException
entity - DirectoryEntity
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
Instance Method Summary collapse
-
#initialize(entity = nil) ⇒ InvalidUserException
constructor
A new instance of InvalidUserException.
Constructor Details
#initialize(entity = nil) ⇒ InvalidUserException
Returns a new instance of InvalidUserException.
343 344 345 |
# File 'lib/crowd/soap/default.rb', line 343 def initialize(entity = nil) @entity = entity end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
341 342 343 |
# File 'lib/crowd/soap/default.rb', line 341 def entity @entity end |