Class: RDoc::Markup::Formatter::InlineTag

Inherits:
Struct show all
Defined in:
lib/rdoc/markup/formatter.rb

Overview

Tag for inline markup containing a bit for the bitmask and the on and off triggers.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Struct

#pretty_print, #pretty_print_cycle, #to_yaml, yaml_new

Instance Attribute Details

- (Object) bit

Returns the value of attribute bit

Returns:

  • (Object)

    the current value of bit



14
15
16
# File 'lib/rdoc/markup/formatter.rb', line 14

def bit
  @bit
end

- (Object) off

Returns the value of attribute off

Returns:

  • (Object)

    the current value of off



14
15
16
# File 'lib/rdoc/markup/formatter.rb', line 14

def off
  @off
end

- (Object) on

Returns the value of attribute on

Returns:

  • (Object)

    the current value of on



14
15
16
# File 'lib/rdoc/markup/formatter.rb', line 14

def on
  @on
end