Flowdock
method

read_attribute_for_serialization

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: ActiveResource::Base
read_attribute_for_serialization(n) private

No documentation

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

Hide source
# File activeresource/lib/active_resource/base.rb, line 1394
      def read_attribute_for_serialization(n)
        attributes[n]
      end
Register or log in to add new notes.