Class: Jade::Diagnostics::Label
- Inherits:
-
Data
- Object
- Data
- Jade::Diagnostics::Label
- Defined in:
- lib/jade/diagnostics.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message
5 6 7 |
# File 'lib/jade/diagnostics.rb', line 5 def @message end |
#source ⇒ Object (readonly)
Returns the value of attribute source
5 6 7 |
# File 'lib/jade/diagnostics.rb', line 5 def source @source end |
#span ⇒ Object (readonly)
Returns the value of attribute span
5 6 7 |
# File 'lib/jade/diagnostics.rb', line 5 def span @span end |