Class: Essence::ApplicationComponent
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Essence::ApplicationComponent
- Extended by:
- Utils
- Includes:
- FetchOrFallbackHelper
- Defined in:
- app/components/essence/application_component.rb
Direct Known Subclasses
ActionBarComponent, AppInfoComponent, BreadcrumbComponent, ButtonComponent, CardComponent, ClipboardCopyComponent, EmptyStateComponent, IconComponent, LinkComponent, NotificationComponent, ParagraphComponent, ScrollShadowComponent, SpinnerComponent, StatusComponent, StepListComponent, StepListComponent::ItemComponent, TableComponent, TitleComponent, TooltipComponent
Constant Summary
Constants included from FetchOrFallbackHelper
FetchOrFallbackHelper::InvalidValueError
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Utils
Methods included from FetchOrFallbackHelper
#fetch_or_fallback, #fetch_or_fallback_boolean, #integer_or_fallback
Class Method Details
.assets_path ⇒ Object
13 14 15 |
# File 'app/components/essence/application_component.rb', line 13 def assets_path name.underscore end |
Instance Method Details
#assets_path ⇒ Object
18 19 20 |
# File 'app/components/essence/application_component.rb', line 18 def assets_path self.class.assets_path end |