Class: Aladtec::Position

Inherits:
Object
  • Object
show all
Extended by:
Dry::Initializer
Defined in:
lib/aladtec/position.rb

Overview

Position

Class Method Summary collapse

Class Method Details

.new(params) ⇒ Object



14
15
16
# File 'lib/aladtec/position.rb', line 14

def self.new(params)
  super **params.transform_keys(&:to_sym)
end