refactoring the plugin interfaces to allow for better extensible

This commit is contained in:
Sam
2013-08-23 16:21:52 +10:00
parent 2eb55b74e4
commit 075002a6d5
11 changed files with 308 additions and 263 deletions

View File

@ -0,0 +1,4 @@
class Plugin::AuthProvider
attr_accessor :type, :glyph, :background_color, :name, :title,
:message, :frame_width, :frame_height, :options, :callback
end