Class: KM::Resque::Configuration
- Inherits:
-
Object
- Object
- KM::Resque::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
7 8 9 |
# File 'lib/km/resque/configuration.rb', line 7 def host @host ||= 'trk.kissmetrics.com' end |
#key ⇒ Object
Returns the value of attribute key.
4 5 6 |
# File 'lib/km/resque/configuration.rb', line 4 def key @key end |
#port ⇒ Object
12 13 14 |
# File 'lib/km/resque/configuration.rb', line 12 def port @port ||= 80 end |