Sha256: e8c8422b0eedaa17f773327998a0e0da29b18d42beca4ea5fa15b5d2c9835a9c
Contents?: true
Size: 319 Bytes
Versions: 24
Compression:
Stored size: 319 Bytes
Contents
module Geoblacklight class Reference attr_reader :reference def initialize(reference) @reference = reference end def endpoint @reference[1] end def type Geoblacklight::Constants::URI.key(@reference[0]) end def to_hash { type => endpoint } end end end
Version data entries
24 entries across 24 versions & 1 rubygems