Sha256: ab9988468fb6d84f5e53fc51f69b6ac54533a8b25243fa648a50d672b9717778

Contents?: true

Size: 286 Bytes

Versions: 1

Compression:

Stored size: 286 Bytes

Contents

module Eddy
  module Segments
    # Id: N1
    # Description: Party Identification
    class N1 < Eddy::Segment
      # @return [void]
      def initialize()
        self.id = "N1"
        self.description = "Party Identification"
        self.elements = []
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eddy-0.1.0 lib/eddy/definitions/manual/segments/n1.rb