class Itly::PluginCallOptions

PluginCallOptions virtual class Parent class of plugin specific options

Public Instance Methods

inspect() click to toggle source

Inspect the object

@return [String] the object description

# File lib/itly/plugin_call_options.rb, line 14
def inspect
  to_s
end