Sha256: 94bab0d487cbc50f5895458bf2e6e5debde92e9c79897f6a86d3f42ef5a9d713
Contents?: true
Size: 526 Bytes
Versions: 7
Compression:
Stored size: 526 Bytes
Contents
# frozen_string_literal: true require_relative 'base' module BrregGrunndata module Types # Additional information represents data we get from # the hent_saerlige_opplysninger soap operation. # # It contains status code, a Norwegian description and date for when # this information was registered. class AdditionalInformation < Base attribute :status_code, Types::String attribute :description, Types::String attribute :registered_date, Types::Form::Date end end end
Version data entries
7 entries across 7 versions & 1 rubygems