Class: AtomicAssets::Component
- Inherits:
-
Object
- Object
- AtomicAssets::Component
- Includes:
- Deserialize, Helper, Initialize, Render, Serialize, Draper::ViewHelpers
- Defined in:
- lib/atomic_assets/component.rb
Constant Summary
Constants included from Render
Render::COMPONENT_PATH, Render::PARTIALS_DEPRECATED
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Method Summary
Methods included from Serialize
Methods included from Render
#html_safe?, #render, #template_path, #to_s
Methods included from Initialize
Methods included from Helper
Methods included from Deserialize
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
13 14 15 |
# File 'lib/atomic_assets/component.rb', line 13 def @options end |