Class: ODDB::Html::View::RegisterExportComposite

Inherits:
HtmlGrid::DivComposite
  • Object
show all
Defined in:
lib/oddb/html/view/register_export.rb

Constant Summary collapse

COMPONENTS =
{
  [0,0] => "export",
  [0,1] => "export_descr",
  [0,2] => PayPal::RegisterForm,
  [1,2] => :invoice_items,
}
CSS_ID_MAP =
['title']
CSS_MAP =
{ 1 => 'explain' }

Instance Method Summary collapse

Instance Method Details

#invoice_items(model) ⇒ Object



19
20
21
# File 'lib/oddb/html/view/register_export.rb', line 19

def invoice_items(model)
  PayPal::InvoiceItems.new(model.items, @session, self)
end