Class: Ruvi::DocView::HLSpan

Inherits:
Struct
  • Object
show all
Defined in:
lib/widgets.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bgcolorObject

Returns the value of attribute bgcolor

Returns:

  • (Object)

    the current value of bgcolor



194
195
196
# File 'lib/widgets.rb', line 194

def bgcolor
  @bgcolor
end

#boldObject

Returns the value of attribute bold

Returns:

  • (Object)

    the current value of bold



194
195
196
# File 'lib/widgets.rb', line 194

def bold
  @bold
end

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



194
195
196
# File 'lib/widgets.rb', line 194

def color
  @color
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



194
195
196
# File 'lib/widgets.rb', line 194

def text
  @text
end