Class: Keymail::Success
- Inherits:
-
TokenResponse
- Object
- TokenResponse
- Keymail::Success
- Defined in:
- app/models/keymail/authentication.rb
Instance Method Summary collapse
Methods inherited from TokenResponse
Constructor Details
This class inherits a constructor from Keymail::TokenResponse
Instance Method Details
#authenticated? ⇒ Boolean
38 39 40 |
# File 'app/models/keymail/authentication.rb', line 38 def authenticated? true end |