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



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

def bit
  @bit
end

#offObject

Returns the value of attribute off

Returns:

  • (Object)

    the current value of off



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

def off
  @off
end

#onObject

Returns the value of attribute on

Returns:

  • (Object)

    the current value of on



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

def on
  @on
end