Class: ServiceManager
- Inherits:
-
Object
- Object
- ServiceManager
- Defined in:
- lib/resources/service.rb
Instance Attribute Summary collapse
-
#inspec ⇒ Object
readonly
Returns the value of attribute inspec.
Instance Method Summary collapse
-
#initialize(inspec) ⇒ ServiceManager
constructor
A new instance of ServiceManager.
Constructor Details
#initialize(inspec) ⇒ ServiceManager
Returns a new instance of ServiceManager.
119 120 121 |
# File 'lib/resources/service.rb', line 119 def initialize(inspec) @inspec = inspec end |
Instance Attribute Details
#inspec ⇒ Object (readonly)
Returns the value of attribute inspec.
118 119 120 |
# File 'lib/resources/service.rb', line 118 def inspec @inspec end |