Class: GfmToBlockkit::Context
- Inherits:
-
Data
- Object
- Data
- GfmToBlockkit::Context
- Defined in:
- lib/gfm_to_blockkit/converter.rb
Instance Attribute Summary collapse
-
#mrkdwn_renderer ⇒ Object
readonly
Returns the value of attribute mrkdwn_renderer.
-
#rich_text_renderer ⇒ Object
readonly
Returns the value of attribute rich_text_renderer.
-
#table_format ⇒ Object
readonly
Returns the value of attribute table_format.
Instance Attribute Details
#mrkdwn_renderer ⇒ Object (readonly)
Returns the value of attribute mrkdwn_renderer
4 5 6 |
# File 'lib/gfm_to_blockkit/converter.rb', line 4 def mrkdwn_renderer @mrkdwn_renderer end |
#rich_text_renderer ⇒ Object (readonly)
Returns the value of attribute rich_text_renderer
4 5 6 |
# File 'lib/gfm_to_blockkit/converter.rb', line 4 def rich_text_renderer @rich_text_renderer end |
#table_format ⇒ Object (readonly)
Returns the value of attribute table_format
4 5 6 |
# File 'lib/gfm_to_blockkit/converter.rb', line 4 def table_format @table_format end |