Class: Proscenium::Phlex
- Extended by:
- ActiveSupport::Autoload
- Includes:
- AssetInclusions, CssModules, SourcePath
- Defined in:
- lib/proscenium/phlex.rb
Direct Known Subclasses
Defined Under Namespace
Modules: AssetInclusions, CssModules, Sideload Classes: ReactComponent
Class Attribute Summary collapse
-
.abstract_class ⇒ Object
Returns the value of attribute abstract_class.
Class Method Summary collapse
Methods included from AssetInclusions
#include_assets, #include_javascripts, #include_stylesheets
Methods included from CssModules
#after_template, #before_template, included, #process_attributes
Methods included from CssModule
Methods included from SourcePath
Class Attribute Details
.abstract_class ⇒ Object
Returns the value of attribute abstract_class.
29 30 31 |
# File 'lib/proscenium/phlex.rb', line 29 def abstract_class @abstract_class end |