Class: Statcounter::Configuration
- Inherits:
-
Object
- Object
- Statcounter::Configuration
- Defined in:
- lib/statcounter/configuration.rb
Instance Attribute Summary collapse
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#secret ⇒ Object
Returns the value of attribute secret.
3 4 5 |
# File 'lib/statcounter/configuration.rb', line 3 def secret @secret end |
#timeout ⇒ Object
Returns the value of attribute timeout.
3 4 5 |
# File 'lib/statcounter/configuration.rb', line 3 def timeout @timeout end |
#timezone ⇒ Object
Returns the value of attribute timezone.
3 4 5 |
# File 'lib/statcounter/configuration.rb', line 3 def timezone @timezone end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/statcounter/configuration.rb', line 3 def username @username end |