Class: InvalidUserException

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) ⇒ 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

#entityObject

Returns the value of attribute entity.



341
342
343
# File 'lib/crowd/soap/default.rb', line 341

def entity
  @entity
end