Class: HtmlConditionalComment::Nodes::BranchOperator

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

Direct Known Subclasses

And, Condition, Or

Instance Attribute Summary collapse

Method Summary

Methods included from Node

#accept

Instance Attribute Details

#leftObject

Returns the value of attribute left.



24
25
26
# File 'lib/html-conditional-comment/nodes.rb', line 24

def left
  @left
end

#rightObject

Returns the value of attribute right.



24
25
26
# File 'lib/html-conditional-comment/nodes.rb', line 24

def right
  @right
end