Sha256: 8126b7059c71a447fb2d2ff4e05128358d5164944274a91c86caa4841fbeec3b

Contents?: true

Size: 626 Bytes

Versions: 1

Compression:

Stored size: 626 Bytes

Contents

module Eddy
  module Elements
    # - Id: I04
    # - Name: Security Information
    # - Type: AN
    # - Min/Max: 10/10
    # - Description: This is used for identifying the security information about the interchange sender or the data in the interchange; the type of information is set by the Security Information Qualifier (I03)
    class SecurityInformation < Eddy::Element::AN
      # @return [void]
      def initialize()
        @id = "I04"
        @name = "SecurityInformation"
        @type = "AN"
        self.min = 10
        self.max = 10
        self.value = (" " * 10) # "          "
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eddy-0.1.0 lib/eddy/definitions/manual/elements/I04.security_information.rb