Class: Less2Sass::Less::Tree::ExtendNode
- Defined in:
- lib/less2sass/less/tree/extend_node.rb
Instance Attribute Summary collapse
-
#currentFileInfo ⇒ Object
Returns the value of attribute currentFileInfo.
-
#index ⇒ Object
Returns the value of attribute index.
-
#object_id ⇒ Object
Returns the value of attribute object_id.
-
#option ⇒ Object
Returns the value of attribute option.
-
#parent_ids ⇒ Object
Returns the value of attribute parent_ids.
-
#selector ⇒ Object
Returns the value of attribute selector.
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
#currentFileInfo ⇒ Object
Returns the value of attribute currentFileInfo.
10 11 12 |
# File 'lib/less2sass/less/tree/extend_node.rb', line 10 def currentFileInfo @currentFileInfo end |
#index ⇒ Object
Returns the value of attribute index.
7 8 9 |
# File 'lib/less2sass/less/tree/extend_node.rb', line 7 def index @index end |
#object_id ⇒ Object
Returns the value of attribute object_id.
8 9 10 |
# File 'lib/less2sass/less/tree/extend_node.rb', line 8 def object_id @object_id end |
#option ⇒ Object
Returns the value of attribute option.
6 7 8 |
# File 'lib/less2sass/less/tree/extend_node.rb', line 6 def option @option end |
#parent_ids ⇒ Object
Returns the value of attribute parent_ids.
9 10 11 |
# File 'lib/less2sass/less/tree/extend_node.rb', line 9 def parent_ids @parent_ids end |
#selector ⇒ Object
Returns the value of attribute selector.
5 6 7 |
# File 'lib/less2sass/less/tree/extend_node.rb', line 5 def selector @selector end |