Sha256: 9ec0bf6ea57fb315345f8a669fea2505926520ac4d82830c64c2d8e55a1c7bdb

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

module Evri
  module RPX
    class Mappings
      attr_reader :json
      alias :raw :json

      def initialize(json)
        @json = json
      end

      def identifiers
        @json['identifiers'] || []
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dbalatero-evri_rpx-0.1.0 lib/evri/rpx/mappings.rb
dbalatero-evri_rpx-0.1.1 lib/evri/rpx/mappings.rb