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