Method: Inspec::Resources::Service#type
- Defined in:
- lib/resources/service.rb
#type ⇒ Object
returns the service type from info
205 206 207 208 |
# File 'lib/resources/service.rb', line 205 def type return nil if info.nil? info[:type] end |