Skip to content

Commit

Permalink
Added accessor to get the token
Browse files Browse the repository at this point in the history
  • Loading branch information
stympy committed Apr 22, 2010
1 parent d5ac162 commit 7fc4bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/oauth2/access_token.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module OAuth2
class AccessToken
attr_accessor :token

def initialize(client, token)
@client = client
@token = token
Expand Down

0 comments on commit 7fc4bc3

Please sign in to comment.