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