Class: Mylist::MyListHolder::VHolder
- Inherits:
-
Gtk::VPaned
- Object
- Gtk::VPaned
- Mylist::MyListHolder::VHolder
- Defined in:
- lib/ListHolder.rb
Instance Attribute Summary collapse
-
#holder ⇒ Object
readonly
Returns the value of attribute holder.
Instance Method Summary collapse
-
#initialize(holder) ⇒ VHolder
constructor
A new instance of VHolder.
- #list ⇒ Object
- #title ⇒ Object
Constructor Details
#initialize(holder) ⇒ VHolder
Returns a new instance of VHolder.
12 13 14 15 |
# File 'lib/ListHolder.rb', line 12 def initialize(holder) @holder=holder super() end |
Instance Attribute Details
#holder ⇒ Object (readonly)
Returns the value of attribute holder.
16 17 18 |
# File 'lib/ListHolder.rb', line 16 def holder @holder end |
Instance Method Details
#list ⇒ Object
20 21 22 |
# File 'lib/ListHolder.rb', line 20 def list @holder.list end |
#title ⇒ Object
17 18 19 |
# File 'lib/ListHolder.rb', line 17 def title @holder.title end |