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