Class: Itly::PluginCallOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/itly/plugin_call_options.rb

Overview

PluginCallOptions virtual class Parent class of plugin specific options

Instance Method Summary collapse

Instance Method Details

#inspectString

Inspect the object

Returns:

  • (String)

    the object description



14
15
16
# File 'lib/itly/plugin_call_options.rb', line 14

def inspect
  to_s
end