Class: NewRelic::Plugin::Processor::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/newrelic_plugin/processor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ident, label) ⇒ Base

Returns a new instance of Base.



11
12
13
14
# File 'lib/newrelic_plugin/processor.rb', line 11

def initialize ident,label
  @ident=ident
  @label=label
end

Instance Attribute Details

#identObject (readonly)

Returns the value of attribute ident.



10
11
12
# File 'lib/newrelic_plugin/processor.rb', line 10

def ident
  @ident
end

#labelObject (readonly)

Returns the value of attribute label.



10
11
12
# File 'lib/newrelic_plugin/processor.rb', line 10

def label
  @label
end