Sha256: 9f8c7e46db79c44f2e72a2ad7d16d476fa5ddf6ba80dc41f099cfca0eab4d9c8
Contents?: true
Size: 364 Bytes
Versions: 16
Compression:
Stored size: 364 Bytes
Contents
module EgovUtils module Services module Iszr class NaturalPeople < Dry::Struct attribute :firstname, Types::String attribute :lastname, Types::String attribute :birth_date, Types::Params::Date attribute :birth_place, Types::String.optional attribute :remote_id, Types::String end end end end
Version data entries
16 entries across 16 versions & 1 rubygems