Class: Alchemy::Admin::PageStatusIndicators

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/alchemy/admin/page_status_indicators.rb

Instance Method Summary collapse

Constructor Details

#initialize(page:) ⇒ PageStatusIndicators

Returns a new instance of PageStatusIndicators.



4
5
6
# File 'app/components/alchemy/admin/page_status_indicators.rb', line 4

def initialize(page:)
  @page = page
end