Class: RubyCurses::RComponents
- Inherits:
-
Struct
- Object
- Struct
- RubyCurses::RComponents
- Defined in:
- lib/rbcurse/extras/widgets/rmulticontainer.rb
Instance Attribute Summary collapse
-
#component ⇒ Object
Returns the value of attribute component.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#component ⇒ Object
Returns the value of attribute component
302 303 304 |
# File 'lib/rbcurse/extras/widgets/rmulticontainer.rb', line 302 def component @component end |
#title ⇒ Object
Returns the value of attribute title
302 303 304 |
# File 'lib/rbcurse/extras/widgets/rmulticontainer.rb', line 302 def title @title end |