Class: AtomicAssets::Component

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from Serialize

#to_yaml

Methods included from Render

#html_safe?, #render, #template_path, #to_s

Methods included from Initialize

#initialize

Methods included from Helper

#component

Methods included from Deserialize

included

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



13
14
15
# File 'lib/atomic_assets/component.rb', line 13

def options
  @options
end