Sha256: 95d2643d32fe0729cc2c0af1b2f81f389ea0126c8cb820c9e5cfef8240500760

Contents?: true

Size: 454 Bytes

Versions: 11

Compression:

Stored size: 454 Bytes

Contents

require 'volt/page/targets/base_section'
require 'volt/page/targets/attribute_section'
require 'volt/page/targets/binding_document/component_node'
require 'volt/page/targets/binding_document/html_node'

# AttributeTarget's provide an interface that can render bindings into
# a string that can then be used to update a attribute binding.

class AttributeTarget < ComponentNode

  def section(*args)
    return AttributeSection.new(self, *args)
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
volt-0.7.13 lib/volt/page/targets/attribute_target.rb
volt-0.7.12 lib/volt/page/targets/attribute_target.rb
volt-0.7.10 lib/volt/page/targets/attribute_target.rb
volt-0.7.9 lib/volt/page/targets/attribute_target.rb
volt-0.7.8 lib/volt/page/targets/attribute_target.rb
volt-0.7.7 lib/volt/page/targets/attribute_target.rb
volt-0.7.6 lib/volt/page/targets/attribute_target.rb
volt-0.7.5 lib/volt/page/targets/attribute_target.rb
volt-0.7.4 lib/volt/page/targets/attribute_target.rb
volt-0.7.3 lib/volt/page/targets/attribute_target.rb
volt-0.7.2 lib/volt/page/targets/attribute_target.rb