Method: Inspec::Resources::Bond#params

Defined in:
lib/resources/bond.rb

#paramsObject

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