Class: Octopolo::ExamplePlugin

Inherits:
Object
  • Object
show all
Defined in:
lib/octopolo_plugin_example/example_plugin.rb

Constant Summary collapse

EXAMPLE_CONSTANT =
'foobar'

Instance Method Summary collapse

Instance Method Details

#example_methodObject



5
6
7
# File 'lib/octopolo_plugin_example/example_plugin.rb', line 5

def example_method
  'barfoo'
end