Class: Mylist::MyListHolder::VHolder

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#holderObject (readonly)

Returns the value of attribute holder.



16
17
18
# File 'lib/ListHolder.rb', line 16

def holder
  @holder
end

Instance Method Details

#listObject



20
21
22
# File 'lib/ListHolder.rb', line 20

def list
	@holder.list
end

#titleObject



17
18
19
# File 'lib/ListHolder.rb', line 17

def title
	@holder.title
end