Class: Flakey::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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.tweet_hashtags = ''
  self.tweet_via = ''
  self.tweet_related = ''
  self.tweet_button_count_position = 'horizontal'

  self.follow_button_show_count = 'false'

  self.facebook_nickname = ''

  self.google_plus_user_id = ''
end

Instance Attribute Details

#facebook_app_idObject

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_nicknameObject

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_classObject

Returns the value of attribute follow_button_class.



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

def follow_button_class
  @follow_button_class
end

#follow_button_show_countObject

Returns the value of attribute follow_button_show_count.



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

def follow_button_show_count
  @follow_button_show_count
end

#follow_button_sizeObject

Returns the value of attribute follow_button_size.



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

def follow_button_size
  @follow_button_size
end

#github_nameObject

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_idObject

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_languageObject

Returns the value of attribute plus_one_button_language.



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

def plus_one_button_language
  @plus_one_button_language
end

#stackoverflow_nicknameObject

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_idObject

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_classObject

Returns the value of attribute tweet_button_class.



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

def tweet_button_class
  @tweet_button_class
end

#tweet_button_count_positionObject

Returns the value of attribute tweet_button_count_position.



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

def tweet_button_count_position
  @tweet_button_count_position
end

#tweet_button_sizeObject

Returns the value of attribute tweet_button_size.



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

def tweet_button_size
  @tweet_button_size
end

#tweet_hashtagsObject

Returns the value of attribute tweet_hashtags.



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

def tweet_hashtags
  @tweet_hashtags
end

Returns the value of attribute tweet_related.



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

def tweet_related
  @tweet_related
end

#tweet_viaObject

Returns the value of attribute tweet_via.



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

def tweet_via
  @tweet_via
end

#twitter_handleObject

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_idObject

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