Class: RDocF95::Markup::ToHtml::InlineTag

Inherits:
Struct
  • Object
show all
Defined in:
lib/rdoc-f95/markup/to_html.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bitObject

Returns the value of attribute bit

Returns:

  • (Object)

    the current value of bit



19
20
21
# File 'lib/rdoc-f95/markup/to_html.rb', line 19

def bit
  @bit
end

#offObject

Returns the value of attribute off

Returns:

  • (Object)

    the current value of off



19
20
21
# File 'lib/rdoc-f95/markup/to_html.rb', line 19

def off
  @off
end

#onObject

Returns the value of attribute on

Returns:

  • (Object)

    the current value of on



19
20
21
# File 'lib/rdoc-f95/markup/to_html.rb', line 19

def on
  @on
end