Class: Vmpooler::DummyStatsd

Inherits:
Object
  • Object
show all
Defined in:
lib/vmpooler/dummy_statsd.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDummyStatsd

Returns a new instance of DummyStatsd.



5
6
# File 'lib/vmpooler/dummy_statsd.rb', line 5

def initialize(*)
end

Instance Attribute Details

#portObject (readonly)

Returns the value of attribute port.



3
4
5
# File 'lib/vmpooler/dummy_statsd.rb', line 3

def port
  @port
end

#prefixObject (readonly)

Returns the value of attribute prefix.



3
4
5
# File 'lib/vmpooler/dummy_statsd.rb', line 3

def prefix
  @prefix
end

#serverObject (readonly)

Returns the value of attribute server.



3
4
5
# File 'lib/vmpooler/dummy_statsd.rb', line 3

def server
  @server
end

Instance Method Details

#gaugeObject



12
13
14
# File 'lib/vmpooler/dummy_statsd.rb', line 12

def gauge(*)
  true
end

#incrementObject



8
9
10
# File 'lib/vmpooler/dummy_statsd.rb', line 8

def increment(*)
  true
end

#timingObject



16
17
18
# File 'lib/vmpooler/dummy_statsd.rb', line 16

def timing(*)
  true
end