Method: Inspec::Resources::Service#params
- Defined in:
- lib/resources/service.rb
#params ⇒ Object
182 183 184 185 |
# File 'lib/resources/service.rb', line 182 def params return {} if info.nil? Hashie::Mash.new(info[:params] || {}) end |