Method: Cyclid::API::Plugins::Base.human_name

Defined in:
app/cyclid/plugins.rb

.human_nameObject

Returns the ‘human’ name for the plugin type



33
34
35
# File 'app/cyclid/plugins.rb', line 33

def human_name
  'base'
end