Class: Mylist::MyListHolder::HHolder
- Inherits:
-
Gtk::HPaned
- Object
- Gtk::HPaned
- Mylist::MyListHolder::HHolder
- Defined in:
- lib/ListHolder.rb
Instance Attribute Summary collapse
-
#holder ⇒ Object
readonly
Returns the value of attribute holder.
Instance Method Summary collapse
-
#initialize(holder) ⇒ HHolder
constructor
A new instance of HHolder.
- #list ⇒ Object
- #title ⇒ Object
Constructor Details
#initialize(holder) ⇒ HHolder
Returns a new instance of HHolder.
25 26 27 28 |
# File 'lib/ListHolder.rb', line 25 def initialize(holder) @holder=holder super() end |
Instance Attribute Details
#holder ⇒ Object (readonly)
Returns the value of attribute holder.
29 30 31 |
# File 'lib/ListHolder.rb', line 29 def holder @holder end |
Instance Method Details
#list ⇒ Object
33 34 35 |
# File 'lib/ListHolder.rb', line 33 def list @holder.list end |
#title ⇒ Object
30 31 32 |
# File 'lib/ListHolder.rb', line 30 def title @holder.title end |