Class: Facile::Response::Wrapper::Mash

Inherits:
Hashie::Mash
  • Object
show all
Defined in:
lib/facile/response/wrapper/mash.rb

Instance Method Summary collapse

Instance Method Details

#convert_key(key) ⇒ Object



5
6
7
8
9
# File 'lib/facile/response/wrapper/mash.rb', line 5

def convert_key(key)
  key = key.to_s.underscore

  super(key)
end