class Aladtec::Position

Position

Public Class Methods

new(params) click to toggle source
Calls superclass method
# File lib/aladtec/position.rb, line 14
def self.new(params)
  super params.transform_keys(&:to_sym)
end