class XmlConv::View::CONTENT
Constants
- COLSPAN_MAP
- COMPONENTS
- CSS_CLASS
- CSS_MAP
- DEFAULT_CLASS
- LEGACY_INTERFACE
Private Instance Methods
error_string
pager(model)
click to toggle source
# File lib/xmlconv/view/transactions.rb, line 78 def pager(model) Pager.new(model.pages, @session, self) end
transactions(page)
click to toggle source
# File lib/xmlconv/view/transactions.rb, line 81 def transactions(page) TransactionsList.new(page.model, @session, self) end