Class: Twttr::Client::Config
- Inherits:
-
Object
- Object
- Twttr::Client::Config
- Defined in:
- lib/twttr/client/config.rb
Overview
Client Configuration
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#access_token_secret ⇒ Object
Returns the value of attribute access_token_secret.
-
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
-
#consumer_secret ⇒ Object
Returns the value of attribute consumer_secret.
-
#user_fields ⇒ Object
Returns the value of attribute user_fields.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
7 8 9 |
# File 'lib/twttr/client/config.rb', line 7 def access_token @access_token end |
#access_token_secret ⇒ Object
Returns the value of attribute access_token_secret.
7 8 9 |
# File 'lib/twttr/client/config.rb', line 7 def access_token_secret @access_token_secret end |
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
7 8 9 |
# File 'lib/twttr/client/config.rb', line 7 def consumer_key @consumer_key end |
#consumer_secret ⇒ Object
Returns the value of attribute consumer_secret.
7 8 9 |
# File 'lib/twttr/client/config.rb', line 7 def consumer_secret @consumer_secret end |
#user_fields ⇒ Object
Returns the value of attribute user_fields.
8 9 10 |
# File 'lib/twttr/client/config.rb', line 8 def user_fields @user_fields end |