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

Returns:

  • (Object)

    the current value of context



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

def context
  @context
end

#masqObject

Returns the value of attribute masq

Returns:

  • (Object)

    the current value of masq



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

def masq
  @masq
end

#terminatorObject

Returns the value of attribute terminator

Returns:

  • (Object)

    the current value of terminator



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

def terminator
  @terminator
end

#tipObject

Returns the value of attribute tip

Returns:

  • (Object)

    the current value of tip



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

def tip
  @tip
end