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