Class: RubyCurses::RComponents
- Inherits:
-
Struct
- Object
- Struct
- RubyCurses::RComponents
- Defined in:
- lib/rbcurse/experimental/widgets/multiform.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
328 329 330 |
# File 'lib/rbcurse/experimental/widgets/multiform.rb', line 328 def component @component end |
#title ⇒ Object
Returns the value of attribute title
328 329 330 |
# File 'lib/rbcurse/experimental/widgets/multiform.rb', line 328 def title @title end |