Class: Octopolo::Config

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

Instance Method Summary collapse

Instance Method Details

#example_varObject



11
12
13
# File 'lib/octopolo_plugin_example/example_plugin.rb', line 11

def example_var
  @example_var || ExamplePlugin::EXAMPLE_CONSTANT
end