Flowdock
method

new

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::XmlSerializer::Attribute
new(name, record) public

No documentation

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

Hide source
# File activerecord/lib/active_record/serializers/xml_serializer.rb, line 268
      def initialize(name, record)
        @name, @record = name, record

        @type  = compute_type
        @value = compute_value
      end
Register or log in to add new notes.