Class: KmResque::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/km_resque/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject



6
7
8
# File 'lib/km_resque/configuration.rb', line 6

def host
  @host ||= 'trk.kissmetrics.com'
end

#keyObject

Returns the value of attribute key.



3
4
5
# File 'lib/km_resque/configuration.rb', line 3

def key
  @key
end

#portObject



11
12
13
# File 'lib/km_resque/configuration.rb', line 11

def port
  @port ||= 80
end