Class: SM::ToFlow::InlineTag

Inherits:
Struct
  • Object
show all
Defined in:
lib/rdoc/markup/simple_markup/to_flow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bitObject

Returns the value of attribute bit

Returns:

  • (Object)

    the current value of bit



35
36
37
# File 'lib/rdoc/markup/simple_markup/to_flow.rb', line 35

def bit
  @bit
end

#offObject

Returns the value of attribute off

Returns:

  • (Object)

    the current value of off



35
36
37
# File 'lib/rdoc/markup/simple_markup/to_flow.rb', line 35

def off
  @off
end

#onObject

Returns the value of attribute on

Returns:

  • (Object)

    the current value of on



35
36
37
# File 'lib/rdoc/markup/simple_markup/to_flow.rb', line 35

def on
  @on
end