Class: LogStash::Instrument::PeriodicPoller::Cgroup::UnimplementedResource
- Inherits:
-
Object
- Object
- LogStash::Instrument::PeriodicPoller::Cgroup::UnimplementedResource
- Defined in:
- lib/logstash/instrument/periodic_poller/cgroup.rb
Instance Attribute Summary collapse
-
#controller ⇒ Object
readonly
Returns the value of attribute controller.
-
#original_path ⇒ Object
readonly
Returns the value of attribute original_path.
Instance Method Summary collapse
- #implemented? ⇒ Boolean
-
#initialize(controller, original_path) ⇒ UnimplementedResource
constructor
A new instance of UnimplementedResource.
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
#controller ⇒ Object (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_path ⇒ Object (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
156 157 158 |
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 156 def implemented? false end |