Method: Inspec::Resources::Bond#content

Defined in:
lib/resources/bond.rb

#contentObject



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

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