Class: Keymail::Success

Inherits:
TokenResponse show all
Defined in:
app/models/keymail/authentication.rb

Instance Method Summary collapse

Methods inherited from TokenResponse

#initialize

Constructor Details

This class inherits a constructor from Keymail::TokenResponse

Instance Method Details

#authenticated?Boolean

Returns:

  • (Boolean)


38
39
40
# File 'app/models/keymail/authentication.rb', line 38

def authenticated?
  true
end