Sha256: 8fa691fd78cf496fd7c96aa8907fe6e96f596706f95c8d3f2c737e1b2cb3d3b2

Contents?: true

Size: 872 Bytes

Versions: 23

Compression:

Stored size: 872 Bytes

Contents

module Parliament
  module Grom
    module Decorator
      # Decorator namespace for Grom::Node instances with type: http://data.ordnancesurvey.co.uk/ontology/admingeo/EuropeanRegion.
      module EuropeanRegion
        # Alias prefLabel with fallback.
        #
        # @return [String, String] the given name of the Grom::Node or an empty string.
        def name
          respond_to?(:prefLabel) ? prefLabel : ''
        end

        # Alias gssCode with fallback.
        #
        # @return [String, String] the given name of the Grom::Node or nil.
        def gss_code
          respond_to?(:gssCode) ? gssCode : nil
        end

        # Alias count with fallback.
        #
        # @return [String, String] the count of the Grom::Node or nil.
        def constituency_count
          respond_to?(:count) ? count : nil
        end
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
parliament-grom-decorators-0.32.1 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.32.0 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.31.1 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.31.0 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.31.0.pre.rc lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.30.0 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.29.0 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.27.7 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.27.6 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.27.5 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.27.4 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.27.3 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.27.2 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.27.1 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.27.0 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.26.0 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.25.1 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.25.0 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.24.0 lib/parliament/grom/decorator/european_region.rb
parliament-grom-decorators-0.23.0 lib/parliament/grom/decorator/european_region.rb