Class: Alchemy::Admin::PageStatusIndicators
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Alchemy::Admin::PageStatusIndicators
- Defined in:
- app/components/alchemy/admin/page_status_indicators.rb
Instance Method Summary collapse
-
#initialize(page:) ⇒ PageStatusIndicators
constructor
A new instance of PageStatusIndicators.
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 |