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