mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
remove unused attributes from Instapaper::HTTP::Request
This commit is contained in:
parent
cb1d2348a6
commit
cc49e06d87
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ module Instapaper
|
|||
module HTTP
|
||||
class Request
|
||||
BASE_URL = 'https://www.instapaper.com'
|
||||
attr_accessor :client, :headers, :multipart, :options, :path,
|
||||
:rate_limit, :request_method, :uri
|
||||
attr_accessor :client, :headers, :options, :path, :request_method, :uri
|
||||
|
||||
# @param client [Instapaper::Client]
|
||||
# @param request_method [String, Symbol]
|
||||
|
|
|
|||
Loading…
Reference in a new issue