Sha256: edbfaf95af740bc3a1bd2d3a9ef0a26c13f4748386bf09d72f323ceffee19458

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

module JsonApiClient
  module Helpers
    module Serializable
      def as_json
        attributes
      end

      def read_attribute_for_serialization(name)
        read_attribute(name)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
json_api_client-0.1.1 lib/json_api_client/helpers/serializable.rb