Class: Lipseys::User
Instance Method Summary collapse
- #authenticated? ⇒ Boolean
-
#initialize(options = {}) ⇒ User
constructor
A new instance of User.
Constructor Details
Instance Method Details
#authenticated? ⇒ Boolean
10 11 12 |
# File 'lib/lipseys/user.rb', line 10 def authenticated? @client.access_token.present? end |