Class: RubyCurses::RComponents

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbcurse/experimental/widgets/multiform.rb

Instance Attribute Summary collapse

Instance Attribute Details

#componentObject

Returns the value of attribute component

Returns:

  • (Object)

    the current value of component



328
329
330
# File 'lib/rbcurse/experimental/widgets/multiform.rb', line 328

def component
  @component
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



328
329
330
# File 'lib/rbcurse/experimental/widgets/multiform.rb', line 328

def title
  @title
end