Class: NeuronCheckSystem::Plugin::Keyword
- Inherits:
-
Object
- Object
- NeuronCheckSystem::Plugin::Keyword
- Defined in:
- lib/neuroncheck/plugin.rb
Overview
キーワードクラス
Instance Attribute Summary collapse
-
#api ⇒ Object
Returns the value of attribute api.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#api ⇒ Object
Returns the value of attribute api.
96 97 98 |
# File 'lib/neuroncheck/plugin.rb', line 96 def api @api end |
Class Method Details
.builtin_keyword? ⇒ Boolean
106 107 108 |
# File 'lib/neuroncheck/plugin.rb', line 106 def self.builtin_keyword? false end |
Instance Method Details
#expected_short_caption ⇒ Object
98 99 100 |
# File 'lib/neuroncheck/plugin.rb', line 98 def expected_short_caption expected_caption end |
#get_params_as_json ⇒ Object
102 103 104 |
# File 'lib/neuroncheck/plugin.rb', line 102 def get_params_as_json {} end |