discourse/lib/plugin/auth_provider.rb

4 lines
171 B
Ruby

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