Class: Less2Sass::Less::Tree::ImportNode

Inherits:
Node
  • Object
show all
Defined in:
lib/less2sass/less/tree/import_node.rb

Instance Attribute Summary collapse

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

#cssObject

Returns the value of attribute css.



10
11
12
# File 'lib/less2sass/less/tree/import_node.rb', line 10

def css
  @css
end

#currentFileInfoObject

Returns the value of attribute currentFileInfo.



9
10
11
# File 'lib/less2sass/less/tree/import_node.rb', line 9

def currentFileInfo
  @currentFileInfo
end

#featuresObject

Returns the value of attribute features.



8
9
10
# File 'lib/less2sass/less/tree/import_node.rb', line 8

def features
  @features
end

#indexObject

Returns the value of attribute index.



6
7
8
# File 'lib/less2sass/less/tree/import_node.rb', line 6

def index
  @index
end

#optionsObject

Returns the value of attribute options.



5
6
7
# File 'lib/less2sass/less/tree/import_node.rb', line 5

def options
  @options
end

#pathObject

Returns the value of attribute path.



7
8
9
# File 'lib/less2sass/less/tree/import_node.rb', line 7

def path
  @path
end