Class: HtmlConditionalComment::Nodes::Html

Inherits:
NodeItem
  • Object
show all
Defined in:
lib/html-conditional-comment/nodes.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Node

#accept

Instance Attribute Details

#contentObject

Returns the value of attribute content.



51
52
53
# File 'lib/html-conditional-comment/nodes.rb', line 51

def content
  @content
end