Class: Asciidoctor::Parser::BlockMatchData
- Inherits:
-
Struct
- Object
- Struct
- Asciidoctor::Parser::BlockMatchData
- Defined in:
- lib/asciidoctor/parser.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#masq ⇒ Object
Returns the value of attribute masq.
-
#terminator ⇒ Object
Returns the value of attribute terminator.
-
#tip ⇒ Object
Returns the value of attribute tip.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
28 29 30 |
# File 'lib/asciidoctor/parser.rb', line 28 def context @context end |
#masq ⇒ Object
Returns the value of attribute masq
28 29 30 |
# File 'lib/asciidoctor/parser.rb', line 28 def masq @masq end |
#terminator ⇒ Object
Returns the value of attribute terminator
28 29 30 |
# File 'lib/asciidoctor/parser.rb', line 28 def terminator @terminator end |
#tip ⇒ Object
Returns the value of attribute tip
28 29 30 |
# File 'lib/asciidoctor/parser.rb', line 28 def tip @tip end |