Class: Vmpooler::DummyStatsd
- Inherits:
-
Object
- Object
- Vmpooler::DummyStatsd
- Defined in:
- lib/vmpooler/dummy_statsd.rb
Instance Attribute Summary collapse
-
#port ⇒ Object
readonly
Returns the value of attribute port.
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
-
#server ⇒ Object
readonly
Returns the value of attribute server.
Instance Method Summary collapse
- #gauge ⇒ Object
- #increment ⇒ Object
-
#initialize ⇒ DummyStatsd
constructor
A new instance of DummyStatsd.
- #timing ⇒ Object
Constructor Details
#initialize ⇒ DummyStatsd
Returns a new instance of DummyStatsd.
5 6 |
# File 'lib/vmpooler/dummy_statsd.rb', line 5 def initialize(*) end |
Instance Attribute Details
#port ⇒ Object (readonly)
Returns the value of attribute port.
3 4 5 |
# File 'lib/vmpooler/dummy_statsd.rb', line 3 def port @port end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix.
3 4 5 |
# File 'lib/vmpooler/dummy_statsd.rb', line 3 def prefix @prefix end |
#server ⇒ Object (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
#gauge ⇒ Object
12 13 14 |
# File 'lib/vmpooler/dummy_statsd.rb', line 12 def gauge(*) true end |
#increment ⇒ Object
8 9 10 |
# File 'lib/vmpooler/dummy_statsd.rb', line 8 def increment(*) true end |
#timing ⇒ Object
16 17 18 |
# File 'lib/vmpooler/dummy_statsd.rb', line 16 def timing(*) true end |