Class: LanGrove::Plugin::DataSource

Inherits:
Base
  • Object
show all
Defined in:
lib/langrove/plugin/persistor.rb

Direct Known Subclasses

Persistor

Instance Attribute Summary

Attributes inherited from Base

#logger

Class Method Summary collapse

Methods inherited from Base

#config_exception, #initialize, #type

Constructor Details

This class inherits a constructor from LanGrove::Base

Class Method Details

.typeObject



10
11
12
13
14
# File 'lib/langrove/plugin/persistor.rb', line 10

def self.type
  
  :datasource
  
end