Class: Taggun::Configuration
- Inherits:
-
Object
- Object
- Taggun::Configuration
- Defined in:
- lib/taggun/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#incognito ⇒ Object
Returns the value of attribute incognito.
-
#refresh ⇒ Object
Returns the value of attribute refresh.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 10 11 |
# File 'lib/taggun/configuration.rb', line 7 def initialize @api_key = nil @incognito = true @refresh = false end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
5 6 7 |
# File 'lib/taggun/configuration.rb', line 5 def api_key @api_key end |
#incognito ⇒ Object
Returns the value of attribute incognito.
5 6 7 |
# File 'lib/taggun/configuration.rb', line 5 def incognito @incognito end |
#refresh ⇒ Object
Returns the value of attribute refresh.
5 6 7 |
# File 'lib/taggun/configuration.rb', line 5 def refresh @refresh end |