class Volt::AttributeTarget
AttributeTarget's provide an interface that can render bindings into a string that can then be used to update a attribute binding.
Public Instance Methods
dom_section(*args)
click to toggle source
# File lib/volt/page/targets/attribute_target.rb, line 10 def dom_section(*args) AttributeSection.new(self, *args) end