Class: DeviantArt::ClientCredentials::AccessToken

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

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#initialize, point_to_class, points_class_mapping, #to_s

Constructor Details

This class inherits a constructor from DeviantArt::Base

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



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

def access_token
  @access_token
end

#expires_inObject

Returns the value of attribute expires_in.



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

def expires_in
  @expires_in
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#token_typeObject

Returns the value of attribute token_type.



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

def token_type
  @token_type
end