Class: Sass::Engine::Line
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#index ⇒ Object
Returns the value of attribute index.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#tabs ⇒ Object
Returns the value of attribute tabs.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
35 36 37 |
# File 'lib/sass/engine.rb', line 35 def children @children end |
#filename ⇒ Object
Returns the value of attribute filename
35 36 37 |
# File 'lib/sass/engine.rb', line 35 def filename @filename end |
#index ⇒ Object
Returns the value of attribute index
35 36 37 |
# File 'lib/sass/engine.rb', line 35 def index @index end |
#offset ⇒ Object
Returns the value of attribute offset
35 36 37 |
# File 'lib/sass/engine.rb', line 35 def offset @offset end |
#tabs ⇒ Object
Returns the value of attribute tabs
35 36 37 |
# File 'lib/sass/engine.rb', line 35 def tabs @tabs end |
#text ⇒ Object
Returns the value of attribute text
35 36 37 |
# File 'lib/sass/engine.rb', line 35 def text @text end |