Class: InstanceAgent::Platform
- Inherits:
-
Object
- Object
- InstanceAgent::Platform
- Defined in:
- lib/instance_agent/platform.rb
Instance Attribute Summary collapse
-
#util ⇒ Object
Returns the value of attribute util.
Class Method Summary collapse
Instance Attribute Details
#util ⇒ Object
Returns the value of attribute util.
5 6 7 |
# File 'lib/instance_agent/platform.rb', line 5 def util @util end |
Class Method Details
.util ⇒ Object
7 8 9 |
# File 'lib/instance_agent/platform.rb', line 7 def self.util @util end |
.util=(klass) ⇒ Object
11 12 13 |
# File 'lib/instance_agent/platform.rb', line 11 def self.util=(klass) @util = klass end |