class Mylist::MyListHolder::HHolder

Attributes

holder[R]

Public Class Methods

new(holder) click to toggle source
Calls superclass method
# File lib/ListHolder.rb, line 25
def initialize(holder)
        @holder=holder
        super()
end

Public Instance Methods

list() click to toggle source
# File lib/ListHolder.rb, line 33
def list
        @holder.list
end
title() click to toggle source
# File lib/ListHolder.rb, line 30
def title
        @holder.title
end