class OpenscapParser::RuleReference

Public Instance Methods

href() click to toggle source
# File lib/openscap_parser/rule_reference.rb, line 6
def href
  @href ||= @parsed_xml && @parsed_xml['href']
end
label() click to toggle source
# File lib/openscap_parser/rule_reference.rb, line 10
def label
  @label ||= @parsed_xml && @parsed_xml.text
end