Class: InvalidGroupException

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#entityObject

Returns the value of attribute entity.



307
308
309
# File 'lib/crowd/soap/default.rb', line 307

def entity
  @entity
end