Class: Sass::Engine::Line

Inherits:
Struct
  • Object
show all
Defined in:
lib/sass/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children



35
36
37
# File 'lib/sass/engine.rb', line 35

def children
  @children
end

#filenameObject

Returns the value of attribute filename



35
36
37
# File 'lib/sass/engine.rb', line 35

def filename
  @filename
end

#indexObject

Returns the value of attribute index



35
36
37
# File 'lib/sass/engine.rb', line 35

def index
  @index
end

#offsetObject

Returns the value of attribute offset



35
36
37
# File 'lib/sass/engine.rb', line 35

def offset
  @offset
end

#tabsObject

Returns the value of attribute tabs



35
36
37
# File 'lib/sass/engine.rb', line 35

def tabs
  @tabs
end

#textObject

Returns the value of attribute text



35
36
37
# File 'lib/sass/engine.rb', line 35

def text
  @text
end