Class: SaasPlatform::OrderListComponent

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/saas_platform/order_list_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(orders:) ⇒ OrderListComponent

Returns a new instance of OrderListComponent.



3
4
5
# File 'app/components/saas_platform/order_list_component.rb', line 3

def initialize(orders:)
  @orders = orders
end