Class: Ruvi::DocView::HLSpan
- Inherits:
-
Struct
- Object
- Struct
- Ruvi::DocView::HLSpan
- Defined in:
- lib/widgets.rb
Instance Attribute Summary collapse
-
#bgcolor ⇒ Object
Returns the value of attribute bgcolor.
-
#bold ⇒ Object
Returns the value of attribute bold.
-
#color ⇒ Object
Returns the value of attribute color.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#bgcolor ⇒ Object
Returns the value of attribute bgcolor
194 195 196 |
# File 'lib/widgets.rb', line 194 def bgcolor @bgcolor end |
#bold ⇒ Object
Returns the value of attribute bold
194 195 196 |
# File 'lib/widgets.rb', line 194 def bold @bold end |
#color ⇒ Object
Returns the value of attribute color
194 195 196 |
# File 'lib/widgets.rb', line 194 def color @color end |
#text ⇒ Object
Returns the value of attribute text
194 195 196 |
# File 'lib/widgets.rb', line 194 def text @text end |