Method: InvalidGroupException#initialize
- Defined in:
- lib/crowd/soap/default.rb
#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 |