mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 13:49:54 -04:00
4 lines
171 B
Ruby
4 lines
171 B
Ruby
class Plugin::AuthProvider
|
|
attr_accessor :type, :glyph, :background_color, :name, :title,
|
|
:message, :frame_width, :frame_height, :options, :callback
|
|
end
|