Sha256: 90e7b2f2aad9db9eab4de1e1ac29585ed13bb4b06f9af562d29d3d488433b2c6
Contents?: true
Size: 500 Bytes
Versions: 2
Compression:
Stored size: 500 Bytes
Contents
# frozen_string_literal: true require_relative 'base' module BrregGrunndata module Types class Address < Base attribute :street, Types::String attribute :postal_code, Types::String attribute :postal_area, Types::String attribute :municipality_number, Types::String attribute :municipality, Types::String attribute :country_code, Types::String attribute :country, Types::String end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brreg_grunndata-0.1.1 | lib/brreg_grunndata/types/address.rb |
brreg_grunndata-0.1.0 | lib/brreg_grunndata/types/address.rb |