class XmlConv::View::TransactionsComposite
Constants
- COMPONENTS
- CSS_CLASS
- LEGACY_INTERFACE
Private Instance Methods
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