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

Inherits:
Struct
  • Object
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

Instance Attribute Details

#bitObject

Returns the value of attribute bit

Returns:

  • (Object)

    the current value of bit



18
19
20
# File 'lib/rdoc/markup/formatter.rb', line 18

def bit
  @bit
end

#offObject

Returns the value of attribute off

Returns:

  • (Object)

    the current value of off



18
19
20
# File 'lib/rdoc/markup/formatter.rb', line 18

def off
  @off
end

#onObject

Returns the value of attribute on

Returns:

  • (Object)

    the current value of on



18
19
20
# File 'lib/rdoc/markup/formatter.rb', line 18

def on
  @on
end