Class: Sass::Logger::SourceLocation
- Inherits:
-
Object
- Object
- Sass::Logger::SourceLocation
- Defined in:
- lib/sass/logger/source_location.rb
Overview
A specific location within a source file.
This is always associated with a SourceSpan which indicates which file it refers to.
Instance Attribute Summary collapse
- #column ⇒ Integer readonly
- #line ⇒ Integer readonly
- #offset ⇒ Integer readonly
Instance Attribute Details
#column ⇒ Integer (readonly)
12 13 14 |
# File 'lib/sass/logger/source_location.rb', line 12 def column @column end |
#line ⇒ Integer (readonly)
12 13 14 |
# File 'lib/sass/logger/source_location.rb', line 12 def line @line end |
#offset ⇒ Integer (readonly)
12 13 14 |
# File 'lib/sass/logger/source_location.rb', line 12 def offset @offset end |