Class: RubyCurses::RComponents
- Inherits:
-
Struct
- Object
- Struct
- RubyCurses::RComponents
- Defined in:
- lib/rbcurse/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
323 324 325 |
# File 'lib/rbcurse/rmulticontainer.rb', line 323 def component @component end |
#title ⇒ Object
Returns the value of attribute title
323 324 325 |
# File 'lib/rbcurse/rmulticontainer.rb', line 323 def title @title end |