Class: Croudia::AccessToken
Constant Summary collapse
- KEYS =
[ :access_token, :expires_in, :refresh_token, :token_type, ]
Instance Method Summary collapse
Methods inherited from Base
#[], attr_reader, #attrs, #initialize
Constructor Details
This class inherits a constructor from Croudia::Base
Instance Method Details
#to_s ⇒ Object
16 17 18 |
# File 'lib/croudia/access_token.rb', line 16 def to_s access_token end |