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.



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

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

Instance Attribute Details

#controllerObject (readonly)

Returns the value of attribute controller.



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

def controller
  @controller
end

#original_pathObject (readonly)

Returns the value of attribute original_path.



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

def original_path
  @original_path
end

Instance Method Details

#implemented?Boolean

Returns:

  • (Boolean)


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

def implemented?
  false
end