Class: QiitaTrend::Configuration
- Inherits:
-
Object
- Object
- QiitaTrend::Configuration
- Defined in:
- lib/qiita_trend/configuration.rb
Instance Attribute Summary collapse
-
#cache_directory ⇒ Object
Returns the value of attribute cache_directory.
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
17 18 19 20 21 |
# File 'lib/qiita_trend/configuration.rb', line 17 def initialize @user_name = nil @password = nil @cache_directory = nil end |
Instance Attribute Details
#cache_directory ⇒ Object
Returns the value of attribute cache_directory.
15 16 17 |
# File 'lib/qiita_trend/configuration.rb', line 15 def cache_directory @cache_directory end |
#password ⇒ Object
Returns the value of attribute password.
15 16 17 |
# File 'lib/qiita_trend/configuration.rb', line 15 def password @password end |
#user_name ⇒ Object
Returns the value of attribute user_name.
15 16 17 |
# File 'lib/qiita_trend/configuration.rb', line 15 def user_name @user_name end |