Class: Croudia::Object::Tokens

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

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

attr_reader_as_array_object, attr_reader_as_object, #initialize

Constructor Details

This class inherits a constructor from Croudia::Object::Base

Instance Attribute Details

#access_tokenObject (readonly)

Returns the value of attribute access_token.



6
7
8
# File 'lib/croudia/object/tokens.rb', line 6

def access_token
  @access_token
end

#expires_inObject (readonly)

Returns the value of attribute expires_in.



6
7
8
# File 'lib/croudia/object/tokens.rb', line 6

def expires_in
  @expires_in
end

#refresh_tokenObject (readonly)

Returns the value of attribute refresh_token.



6
7
8
# File 'lib/croudia/object/tokens.rb', line 6

def refresh_token
  @refresh_token
end

#token_typeObject (readonly)

Returns the value of attribute token_type.



6
7
8
# File 'lib/croudia/object/tokens.rb', line 6

def token_type
  @token_type
end