123456789_123456789_123456789_123456789_123456789_

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

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
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

  • #bit rw

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

  • #off rw

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

  • #on rw

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

Instance Attribute Details

#bit (rw)

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

[ GitHub ]

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

InlineTag = Struct.new(:bit, :on, :off)

#off (rw)

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

[ GitHub ]

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

InlineTag = Struct.new(:bit, :on, :off)

#on (rw)

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

[ GitHub ]

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

InlineTag = Struct.new(:bit, :on, :off)