Class: GfmToBlockkit::Context

Inherits:
Data
  • Object
show all
Defined in:
lib/gfm_to_blockkit/converter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mrkdwn_rendererObject (readonly)

Returns the value of attribute mrkdwn_renderer

Returns:

  • (Object)

    the current value of mrkdwn_renderer



4
5
6
# File 'lib/gfm_to_blockkit/converter.rb', line 4

def mrkdwn_renderer
  @mrkdwn_renderer
end

#rich_text_rendererObject (readonly)

Returns the value of attribute rich_text_renderer

Returns:

  • (Object)

    the current value of rich_text_renderer



4
5
6
# File 'lib/gfm_to_blockkit/converter.rb', line 4

def rich_text_renderer
  @rich_text_renderer
end

#table_formatObject (readonly)

Returns the value of attribute table_format

Returns:

  • (Object)

    the current value of table_format



4
5
6
# File 'lib/gfm_to_blockkit/converter.rb', line 4

def table_format
  @table_format
end