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



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

def children
  @children
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



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

def filename
  @filename
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



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

def index
  @index
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



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

def offset
  @offset
end

#tabsObject

Returns the value of attribute tabs

Returns:

  • (Object)

    the current value of tabs



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

def tabs
  @tabs
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



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

def text
  @text
end