Class: Deadlift::Barbell::Base

Inherits:
Reform::Contract
  • Object
show all
Defined in:
lib/deadlift/barbell/base.rb

Instance Method Summary collapse

Constructor Details

#initialize(params = {}) ⇒ Base

Returns a new instance of Base.



7
8
9
# File 'lib/deadlift/barbell/base.rb', line 7

def initialize(params = {})
  super params.to_hashugar
end