7 8 9
# File 'lib/auth/client.rb', line 7 def method_missing(method) @attributes[method.to_s] || @attributes[method.to_sym] end