class Aladtec::Member
Public Class Methods
new(params)
click to toggle source
Calls superclass method
# File lib/aladtec/member.rb, line 18 def self.new(params) super params.transform_keys(&:to_sym) end