Class: RDoc::Markup::Formatter::InlineTag
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - RDoc::Markup::Formatter::InlineTag
 
 
- 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
- 
  
    
      #bit  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute bit.
 - 
  
    
      #off  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute off.
 - 
  
    
      #on  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute on.
 
Instance Attribute Details
#bit ⇒ Object
Returns the value of attribute bit
      19 20 21  | 
    
      # File 'lib/rdoc/markup/formatter.rb', line 19 def bit @bit end  | 
  
#off ⇒ Object
Returns the value of attribute off
      19 20 21  | 
    
      # File 'lib/rdoc/markup/formatter.rb', line 19 def off @off end  | 
  
#on ⇒ Object
Returns the value of attribute on
      19 20 21  | 
    
      # File 'lib/rdoc/markup/formatter.rb', line 19 def on @on end  |