Class: Inventory::Presenter::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/inventory/presenters/base.rb

Direct Known Subclasses

Tab, Table

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ Base

Returns a new instance of Base.



2
3
4
# File 'lib/inventory/presenters/base.rb', line 2

def initialize(data)
  @data = data
end