Module: Http::Remote::Resource::ClassMethods

Defined in:
lib/rspec-api/http/remote/resource.rb

Instance Method Summary collapse

Instance Method Details

#authorize_with(options = {}) ⇒ Object



7
8
9
# File 'lib/rspec-api/http/remote/resource.rb', line 7

def authorize_with(options = {})
  rspec_api[:authorization] = options
end