Class: FoursquareNext::MashifyWrapper
- Inherits:
-
Faraday::Response::Mashify
- Object
- Faraday::Response::Mashify
- FoursquareNext::MashifyWrapper
- Defined in:
- lib/foursquare_next/mashify_wrapper.rb
Instance Method Summary collapse
-
#initialize(app = nil, opts = {}) ⇒ MashifyWrapper
constructor
A new instance of MashifyWrapper.
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 |