Class: Twttr::Client::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/twttr/client/config.rb

Overview

Client Configuration

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

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_secretObject

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_keyObject

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_secretObject

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_fieldsObject

Returns the value of attribute user_fields.



8
9
10
# File 'lib/twttr/client/config.rb', line 8

def user_fields
  @user_fields
end