method

serializable_attributes

rails latest stable - Class: ActiveModel::Serializers::Xml::Serializer

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here.

serializable_attributes()
public

No documentation available.

# File activemodel/lib/active_model/serializers/xml.rb, line 74
        def serializable_attributes
          attributes_hash.map do |name, value|
            self.class::Attribute.new(name, @serializable, value)
          end
        end