Exception: Droonga::Distributor::UndefinedInputError
- Inherits:
-
StandardError
- Object
- StandardError
- Droonga::Distributor::UndefinedInputError
- Defined in:
- lib/droonga/distributor.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
readonly
Returns the value of attribute input.
Instance Method Summary collapse
-
#initialize(input) ⇒ UndefinedInputError
constructor
A new instance of UndefinedInputError.
Constructor Details
#initialize(input) ⇒ UndefinedInputError
Returns a new instance of UndefinedInputError.
24 25 26 27 |
# File 'lib/droonga/distributor.rb', line 24 def initialize(input) @input = input super("undefined input assigned: <#{input}>") end |
Instance Attribute Details
#input ⇒ Object (readonly)
Returns the value of attribute input.
23 24 25 |
# File 'lib/droonga/distributor.rb', line 23 def input @input end |