Class: Flakey::Configuration
- Inherits:
-
Object
- Object
- Flakey::Configuration
- Defined in:
- lib/flakey/configuration.rb
Instance Attribute Summary collapse
-
#facebook_app_id ⇒ Object
Returns the value of attribute facebook_app_id.
-
#facebook_nickname ⇒ Object
Returns the value of attribute facebook_nickname.
-
#follow_button_class ⇒ Object
Returns the value of attribute follow_button_class.
-
#follow_button_show_count ⇒ Object
Returns the value of attribute follow_button_show_count.
-
#follow_button_size ⇒ Object
Returns the value of attribute follow_button_size.
-
#github_name ⇒ Object
Returns the value of attribute github_name.
-
#google_plus_user_id ⇒ Object
Returns the value of attribute google_plus_user_id.
-
#plus_one_button_language ⇒ Object
Returns the value of attribute plus_one_button_language.
-
#stackoverflow_nickname ⇒ Object
Returns the value of attribute stackoverflow_nickname.
-
#stackoverflow_user_id ⇒ Object
Returns the value of attribute stackoverflow_user_id.
-
#tweet_button_class ⇒ Object
Returns the value of attribute tweet_button_class.
-
#tweet_button_count_position ⇒ Object
Returns the value of attribute tweet_button_count_position.
-
#tweet_button_size ⇒ Object
Returns the value of attribute tweet_button_size.
-
#tweet_hashtags ⇒ Object
Returns the value of attribute tweet_hashtags.
-
#tweet_related ⇒ Object
Returns the value of attribute tweet_related.
-
#tweet_via ⇒ Object
Returns the value of attribute tweet_via.
-
#twitter_handle ⇒ Object
Returns the value of attribute twitter_handle.
-
#twitter_user_id ⇒ Object
Returns the value of attribute twitter_user_id.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
# File 'lib/flakey/configuration.rb', line 19 def initialize self.twitter_user_id = nil self.twitter_handle = '' self. = '' self.tweet_via = '' self. = '' self. = 'horizontal' self. = 'false' self.facebook_nickname = '' self.google_plus_user_id = '' end |
Instance Attribute Details
#facebook_app_id ⇒ Object
Returns the value of attribute facebook_app_id.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def facebook_app_id @facebook_app_id end |
#facebook_nickname ⇒ Object
Returns the value of attribute facebook_nickname.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def facebook_nickname @facebook_nickname end |
#follow_button_class ⇒ Object
Returns the value of attribute follow_button_class.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def @follow_button_class end |
#follow_button_show_count ⇒ Object
Returns the value of attribute follow_button_show_count.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def @follow_button_show_count end |
#follow_button_size ⇒ Object
Returns the value of attribute follow_button_size.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def @follow_button_size end |
#github_name ⇒ Object
Returns the value of attribute github_name.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def github_name @github_name end |
#google_plus_user_id ⇒ Object
Returns the value of attribute google_plus_user_id.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def google_plus_user_id @google_plus_user_id end |
#plus_one_button_language ⇒ Object
Returns the value of attribute plus_one_button_language.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def @plus_one_button_language end |
#stackoverflow_nickname ⇒ Object
Returns the value of attribute stackoverflow_nickname.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def stackoverflow_nickname @stackoverflow_nickname end |
#stackoverflow_user_id ⇒ Object
Returns the value of attribute stackoverflow_user_id.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def stackoverflow_user_id @stackoverflow_user_id end |
#tweet_button_class ⇒ Object
Returns the value of attribute tweet_button_class.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def @tweet_button_class end |
#tweet_button_count_position ⇒ Object
Returns the value of attribute tweet_button_count_position.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def @tweet_button_count_position end |
#tweet_button_size ⇒ Object
Returns the value of attribute tweet_button_size.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def @tweet_button_size end |
#tweet_hashtags ⇒ Object
Returns the value of attribute tweet_hashtags.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def @tweet_hashtags end |
#tweet_related ⇒ Object
Returns the value of attribute tweet_related.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def @tweet_related end |
#tweet_via ⇒ Object
Returns the value of attribute tweet_via.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def tweet_via @tweet_via end |
#twitter_handle ⇒ Object
Returns the value of attribute twitter_handle.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def twitter_handle @twitter_handle end |
#twitter_user_id ⇒ Object
Returns the value of attribute twitter_user_id.
12 13 14 |
# File 'lib/flakey/configuration.rb', line 12 def twitter_user_id @twitter_user_id end |