Class: Croudia::AccessToken

Inherits:
Base
  • Object
show all
Defined in:
lib/croudia/access_token.rb

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_sObject



16
17
18
# File 'lib/croudia/access_token.rb', line 16

def to_s
  access_token
end