Class: LogStash::Instrument::PeriodicPoller::Cgroup::UnimplementedResource

Inherits:
Object
  • Object
show all
Defined in:
lib/logstash/instrument/periodic_poller/cgroup.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(controller, original_path) ⇒ UnimplementedResource

Returns a new instance of UnimplementedResource.



154
155
156
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 154

def initialize(controller, original_path)
  @controller, @original_path = controller, original_path
end

Instance Attribute Details

#controllerObject (readonly)

Returns the value of attribute controller.



153
154
155
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 153

def controller
  @controller
end

#original_pathObject (readonly)

Returns the value of attribute original_path.



153
154
155
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 153

def original_path
  @original_path
end

Instance Method Details

#implemented?Boolean

Returns:

  • (Boolean)


157
158
159
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 157

def implemented?
  false
end