Class: Mylist::MyListHolder::HHolder

Inherits:
Gtk::HPaned
  • Object
show all
Defined in:
lib/ListHolder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(holder) ⇒ HHolder



25
26
27
28
# File 'lib/ListHolder.rb', line 25

def initialize(holder)
  @holder=holder
  super()
end

Instance Attribute Details

#holderObject (readonly)

Returns the value of attribute holder.



29
30
31
# File 'lib/ListHolder.rb', line 29

def holder
  @holder
end

Instance Method Details

#listObject



33
34
35
# File 'lib/ListHolder.rb', line 33

def list
  @holder.list
end

#titleObject



30
31
32
# File 'lib/ListHolder.rb', line 30

def title
  @holder.title
end