Class: Less2Sass::Less::Tree::ConditionNode
- Defined in:
- lib/less2sass/less/tree/condition_node.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#lvalue ⇒ Object
Returns the value of attribute lvalue.
-
#negate ⇒ Object
Returns the value of attribute negate.
-
#op ⇒ Object
Returns the value of attribute op.
-
#rvalue ⇒ Object
Returns the value of attribute rvalue.
Attributes inherited from Node
#children, #has_children, #has_parent, #line, #parent, #ref_vars
Method Summary
Methods inherited from Node
#<<, #==, #contains_variables?, #creates_context?, #each, #get_referenced_variable_names, #initialize, #to_sass, #transform
Constructor Details
This class inherits a constructor from Less2Sass::Less::Tree::Node
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index.
8 9 10 |
# File 'lib/less2sass/less/tree/condition_node.rb', line 8 def index @index end |
#lvalue ⇒ Object
Returns the value of attribute lvalue.
6 7 8 |
# File 'lib/less2sass/less/tree/condition_node.rb', line 6 def lvalue @lvalue end |
#negate ⇒ Object
Returns the value of attribute negate.
9 10 11 |
# File 'lib/less2sass/less/tree/condition_node.rb', line 9 def negate @negate end |
#op ⇒ Object
Returns the value of attribute op.
5 6 7 |
# File 'lib/less2sass/less/tree/condition_node.rb', line 5 def op @op end |
#rvalue ⇒ Object
Returns the value of attribute rvalue.
7 8 9 |
# File 'lib/less2sass/less/tree/condition_node.rb', line 7 def rvalue @rvalue end |