Method: Inspec::Resources::Bond#content

Defined in:
lib/resources/bond.rb

#contentObject



43
44
45
46
# File 'lib/resources/bond.rb', line 43

def content
  read_content if @loaded == false
  @content
end