Class: Jade::LSP::Snippets::Snippet
- Inherits:
-
Data
- Object
- Data
- Jade::LSP::Snippets::Snippet
- Defined in:
- lib/jade/lsp/snippets.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
4 5 6 |
# File 'lib/jade/lsp/snippets.rb', line 4 def body @body end |
#detail ⇒ Object (readonly)
Returns the value of attribute detail
4 5 6 |
# File 'lib/jade/lsp/snippets.rb', line 4 def detail @detail end |
#label ⇒ Object (readonly)
Returns the value of attribute label
4 5 6 |
# File 'lib/jade/lsp/snippets.rb', line 4 def label @label end |