Class: InvalidGroupException
- Inherits:
-
Object
- Object
- InvalidGroupException
- Defined in:
- lib/crowd/soap/default.rb
Overview
http://exception.integration.crowd.atlassian.comInvalidGroupException
entity - DirectoryEntity
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
Instance Method Summary collapse
-
#initialize(entity = nil) ⇒ InvalidGroupException
constructor
A new instance of InvalidGroupException.
Constructor Details
#initialize(entity = nil) ⇒ InvalidGroupException
Returns a new instance of InvalidGroupException.
309 310 311 |
# File 'lib/crowd/soap/default.rb', line 309 def initialize(entity = nil) @entity = entity end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
307 308 309 |
# File 'lib/crowd/soap/default.rb', line 307 def entity @entity end |