Class: FoursquareNext::MashifyWrapper

Inherits:
Faraday::Response::Mashify
  • Object
show all
Defined in:
lib/foursquare_next/mashify_wrapper.rb

Instance Method Summary collapse

Constructor Details

#initialize(app = nil, opts = {}) ⇒ MashifyWrapper

Returns a new instance of MashifyWrapper.



3
4
5
# File 'lib/foursquare_next/mashify_wrapper.rb', line 3

def initialize(app = nil, opts = {})
  super(app, opts.merge(mash_class: HashWrapper))
end