Class: Asciidoctor::Parser::BlockMatchData

Inherits:
Struct
  • Object
show all
Defined in:
lib/asciidoctor/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context



28
29
30
# File 'lib/asciidoctor/parser.rb', line 28

def context
  @context
end

#masqObject

Returns the value of attribute masq



28
29
30
# File 'lib/asciidoctor/parser.rb', line 28

def masq
  @masq
end

#terminatorObject

Returns the value of attribute terminator



28
29
30
# File 'lib/asciidoctor/parser.rb', line 28

def terminator
  @terminator
end

#tipObject

Returns the value of attribute tip



28
29
30
# File 'lib/asciidoctor/parser.rb', line 28

def tip
  @tip
end