Method: Inspec::Resources::Service#description
- Defined in:
- lib/resources/service.rb
#description ⇒ Object
returns the service description from info
222 223 224 225 |
# File 'lib/resources/service.rb', line 222 def description return nil if info.nil? info[:description] end |