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

Returns:

  • (Object)

    the current value of children



37
38
39
# File 'lib/sass/engine.rb', line 37

def children
  @children
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



37
38
39
# File 'lib/sass/engine.rb', line 37

def filename
  @filename
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



37
38
39
# File 'lib/sass/engine.rb', line 37

def index
  @index
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



37
38
39
# File 'lib/sass/engine.rb', line 37

def offset
  @offset
end

#tabsObject

Returns the value of attribute tabs

Returns:

  • (Object)

    the current value of tabs



37
38
39
# File 'lib/sass/engine.rb', line 37

def tabs
  @tabs
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



37
38
39
# File 'lib/sass/engine.rb', line 37

def text
  @text
end