Class: RubychinaApi::Config
- Inherits:
-
Object
- Object
- RubychinaApi::Config
- Defined in:
- lib/rubychina_api.rb
Class Attribute Summary collapse
-
.access_token ⇒ Object
Returns the value of attribute access_token.
-
.client_id ⇒ Object
Returns the value of attribute client_id.
-
.secret ⇒ Object
Returns the value of attribute secret.
Class Attribute Details
.access_token ⇒ Object
Returns the value of attribute access_token.
12 13 14 |
# File 'lib/rubychina_api.rb', line 12 def access_token @access_token end |
.client_id ⇒ Object
Returns the value of attribute client_id.
12 13 14 |
# File 'lib/rubychina_api.rb', line 12 def client_id @client_id end |
.secret ⇒ Object
Returns the value of attribute secret.
12 13 14 |
# File 'lib/rubychina_api.rb', line 12 def secret @secret end |