Class: RDocF95::Markup::ToHtml::InlineTag
- Inherits:
-
Struct
- Object
- Struct
- RDocF95::Markup::ToHtml::InlineTag
- Defined in:
- lib/rdoc-f95/markup/to_html.rb
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-f95/markup/to_html.rb', line 19 def bit @bit end |
#off ⇒ Object
Returns the value of attribute off
19 20 21 |
# File 'lib/rdoc-f95/markup/to_html.rb', line 19 def off @off end |
#on ⇒ Object
Returns the value of attribute on
19 20 21 |
# File 'lib/rdoc-f95/markup/to_html.rb', line 19 def on @on end |