each(&block)
click to toggle source
def each(&block)
items.each(&block)
end
items()
click to toggle source
def items
get_elements("item")
end
max_items()
click to toggle source
def max_items
attributes['max_items']
end
max_items=(mymaxitems)
click to toggle source
def max_items=(mymaxitems)
attributes['max_items'] = mymaxitems.to_s
end
node()
click to toggle source
def node
attributes['node']
end
node=(mynodename)
click to toggle source
def node=(mynodename)
attributes['node'] = mynodename
end
subid()
click to toggle source
def subid
attributes['subid']
end
subid=(mysubid)
click to toggle source
def subid=(mysubid)
attributes['subid'] = mysubid.to_s
end