Class: Croudia::AccessToken

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#[], attr_object_reader, attr_reader, #attrs, #initialize, #inspect

Constructor Details

This class inherits a constructor from Croudia::Base

Instance Attribute Details

#access_tokenObject (readonly) Also known as: token, to_s

Returns the value of attribute access_token.



5
6
7
# File 'lib/croudia/access_token.rb', line 5

def access_token
  @access_token
end

#expires_inObject (readonly)

Returns the value of attribute expires_in.



5
6
7
# File 'lib/croudia/access_token.rb', line 5

def expires_in
  @expires_in
end

#refresh_tokenObject (readonly)

Returns the value of attribute refresh_token.



5
6
7
# File 'lib/croudia/access_token.rb', line 5

def refresh_token
  @refresh_token
end

#token_typeObject (readonly)

Returns the value of attribute token_type.



5
6
7
# File 'lib/croudia/access_token.rb', line 5

def token_type
  @token_type
end