Class: 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
299 300 301 |
# File 'lib/rbcurse/rmulticontainer.rb', line 299 def component @component end |
#title ⇒ Object
Returns the value of attribute title
299 300 301 |
# File 'lib/rbcurse/rmulticontainer.rb', line 299 def title @title end |