Skip to content

Commit

Permalink
Move request_credentials to abstract from base.
Browse files Browse the repository at this point in the history
  • Loading branch information
aselder authored and stuartdrennan committed Dec 6, 2014
1 parent 30b6199 commit 6bf0ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ebayapi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "ebayapi"
s.version = "0.12.2"
s.version = "0.12.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Cody Fauser"]
Expand Down
4 changes: 1 addition & 3 deletions lib/ebay/requests/abstract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ def detail_level
def detail_level=(value)
@detail_levels = Array(value)
end



def requester_credentials
XMLRequesterCredentials.new(:ebay_auth_token => auth_token)
end

end
end
end
Expand Down

0 comments on commit 6bf0ef4

Please sign in to comment.