Class: KmResque::Configuration
- Inherits:
-
Object
- Object
- KmResque::Configuration
- Defined in:
- lib/km_resque/configuration.rb
Instance Attribute Summary collapse
- #host ⇒ Object
-
#key ⇒ Object
Returns the value of attribute key.
- #port ⇒ Object
Instance Attribute Details
#host ⇒ Object
6 7 8 |
# File 'lib/km_resque/configuration.rb', line 6 def host @host ||= 'trk.kissmetrics.com' end |
#key ⇒ Object
Returns the value of attribute key.
3 4 5 |
# File 'lib/km_resque/configuration.rb', line 3 def key @key end |
#port ⇒ Object
11 12 13 |
# File 'lib/km_resque/configuration.rb', line 11 def port @port ||= 80 end |