Class: Droonga::Plugin::Metadata::InputMessage
- Inherits:
-
Object
- Object
- Droonga::Plugin::Metadata::InputMessage
- Defined in:
- lib/droonga/plugin/metadata/input_message.rb
Instance Method Summary collapse
-
#initialize(plugin_class) ⇒ InputMessage
constructor
A new instance of InputMessage.
- #type ⇒ Object
- #type=(type) ⇒ Object
Constructor Details
#initialize(plugin_class) ⇒ InputMessage
Returns a new instance of InputMessage.
20 21 22 |
# File 'lib/droonga/plugin/metadata/input_message.rb', line 20 def initialize(plugin_class) @plugin_class = plugin_class end |
Instance Method Details
#type ⇒ Object
24 25 26 |
# File 'lib/droonga/plugin/metadata/input_message.rb', line 24 def type configuration[:type] end |
#type=(type) ⇒ Object
28 29 30 |
# File 'lib/droonga/plugin/metadata/input_message.rb', line 28 def type=(type) configuration[:type] = type end |