Method: Inspec::Resources::Bond#params
- Defined in:
- lib/inspec/resources/bond.rb
#params ⇒ Object
ensures the content is loaded before we return the params
40 41 42 43 |
# File 'lib/inspec/resources/bond.rb', line 40 def params read_content if @loaded == false @params end |