Class: RubychinaApi::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/rubychina_api.rb

Class Attribute Summary collapse

Class Attribute Details

.access_tokenObject

Returns the value of attribute access_token.



12
13
14
# File 'lib/rubychina_api.rb', line 12

def access_token
  @access_token
end

.client_idObject

Returns the value of attribute client_id.



12
13
14
# File 'lib/rubychina_api.rb', line 12

def client_id
  @client_id
end

.secretObject

Returns the value of attribute secret.



12
13
14
# File 'lib/rubychina_api.rb', line 12

def secret
  @secret
end