Class: Diggit::Addon

Inherits:
Plugin show all
Defined in:
lib/dgit/plugins.rb

Instance Attribute Summary

Attributes inherited from Plugin

#options

Instance Method Summary collapse

Methods inherited from Plugin

#name, name, #read_option

Constructor Details

#initialize(options) ⇒ Addon

Returns a new instance of Addon.



57
58
59
# File 'lib/dgit/plugins.rb', line 57

def initialize(options)
	super(options)
end