Class: ComponentBinding

Inherits:
TemplateBinding show all
Defined in:
lib/volt/page/bindings/component_binding.rb

Overview

Component bindings are the same as template bindings, but handle components.

Instance Attribute Summary

Attributes inherited from BaseBinding

#binding_name, #context, #target

Method Summary

Methods inherited from TemplateBinding

#call_ready, #check_for_template?, #initialize, #path_for_template, #queue_update, #remove, #render_template, #setup_path, #update

Methods inherited from BaseBinding

#dom_section, #initialize, #queue_update, #remove, #remove_anchors, #value_from_getter

Constructor Details

This class inherits a constructor from TemplateBinding