Class: RDoc::Markup::Formatter::InlineTag
Overview
Tag for inline markup containing a bit for the bitmask and the on and off triggers.
Instance Attribute Summary (collapse)
-
- (Object) bit
Returns the value of attribute bit.
-
- (Object) off
Returns the value of attribute off.
-
- (Object) on
Returns the value of attribute on.
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
14 15 16 |
# File 'lib/rdoc/markup/formatter.rb', line 14 def bit @bit end |
- (Object) off
Returns the value of attribute off
14 15 16 |
# File 'lib/rdoc/markup/formatter.rb', line 14 def off @off end |
- (Object) on
Returns the value of attribute on
14 15 16 |
# File 'lib/rdoc/markup/formatter.rb', line 14 def on @on end |