Flowdock
method

new

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: LabelBuilder
new(template_object, object_name, method_name, object, tag_value) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/tags/label.rb, line 8
          def initialize(template_object, object_name, method_name, object, tag_value)
            @template_object = template_object
            @object_name = object_name
            @method_name = method_name
            @object = object
            @tag_value = tag_value
          end
Register or log in to add new notes.