mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
5 lines
152 B
Ruby
5 lines
152 B
Ruby
|
class AuthProvider
|
||
|
attr_accessor :type, :glyph, :background_color, :name, :title,
|
||
|
:message, :frame_width, :frame_height, :options
|
||
|
end
|