lib/definitions/elements/manual/i/I04.security_information.rb in eddy-0.5.1 vs lib/definitions/elements/manual/i/I04.security_information.rb in eddy-0.6.0
- old
+ new
@@ -9,10 +9,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`)
#
# ### Notes:
#
# - By default, this element's value is just 10 empty spaces.
- class I04 < Eddy::Element::AN
+ class I04 < Eddy::Models::Element::AN
# @param val [String] (" ")
# @param req [String] (nil)
# @param ref [String] (nil)
# @return [void]
def initialize(val: (" " * 10), req: nil, ref: nil)