mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:35:48 +08: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
|