Skip to content

Commit

Permalink
move Tankard::Api::Base::Find attr_reader's to a single line.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshafer committed Jan 5, 2015
1 parent 9b340b7 commit 984bf69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/tankard/api/base/find.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ def initialize(request, options = {})

private

attr_reader :http_client
attr_reader :http_request_parameters
attr_reader :http_client, :http_request_parameters
end
end
end
Expand Down

0 comments on commit 984bf69

Please sign in to comment.