discourse/lib/auth_provider.rb

5 lines
152 B
Ruby

class AuthProvider
attr_accessor :type, :glyph, :background_color, :name, :title,
:message, :frame_width, :frame_height, :options
end