Sha256: 36abb6178808c0eb0101aedfb8b835ffedbc81bc2916d35d86a38c2d2286b93c

Contents?: true

Size: 242 Bytes

Versions: 1

Compression:

Stored size: 242 Bytes

Contents

module JsonApiClient
  module Legacy
    class Linker
      include Helpers::DynamicAttributes

      def initialize(links)
        self.attributes = links
      end

      def present?
        attributes.present?
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
json_api_client-legacy-1.0.0.beta lib/json_api_client/legacy/linker.rb