Module: Vident::Component
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/vident/component.rb
Instance Method Summary collapse
Instance Method Details
#initialize(attrs = {}) ⇒ Object
25 26 27 28 29 30 |
# File 'lib/vident/component.rb', line 25 def initialize(attrs = {}) before_initialise(attrs) prepare_attributes(attrs) after_initialise super() end |