Class: Jade::LSP::Snippets::Snippet

Inherits:
Data
  • Object
show all
Defined in:
lib/jade/lsp/snippets.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



4
5
6
# File 'lib/jade/lsp/snippets.rb', line 4

def body
  @body
end

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



4
5
6
# File 'lib/jade/lsp/snippets.rb', line 4

def detail
  @detail
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



4
5
6
# File 'lib/jade/lsp/snippets.rb', line 4

def label
  @label
end