# File lib/flukso/request.rb, line 47 def initialize(client, method, path, options={}) @client, @method, @path, @options = client, method, path, {:mash => true}.merge(options) end