Method: Sirens::ListView#rows

Defined in:
lib/views/list_view.rb

#rowsObject

Returns the rows contents of the list. For testing and debugging only.



112
113
114
115
116
# File 'lib/views/list_view.rb', line 112

def rows()
    list_store.collect { |store, path, iter|
        iter[0]
    }
end