class TrueConf::AuthMethodType
Constants
- METHODS
Public Class Methods
new(value)
click to toggle source
Calls superclass method
# File lib/true-conf/types/auth_method_type.rb, line 17 def initialize(value) @auth_method = value.to_s super @auth_method end