lib/definitions/elements/manual/i/I02.authorization_information.rb in eddy-0.5.1 vs lib/definitions/elements/manual/i/I02.authorization_information.rb in eddy-0.6.0
- old
+ new
@@ -9,10 +9,10 @@
# - Description: Information used for additional identification or authorization of the interchange sender or the data in the interchange; the type of information is set by the Authorization Information Qualifier (`I01`)
#
# ### Notes:
#
# - By default, this element's value is just 10 empty spaces.
- class I02 < Eddy::Element::AN
+ class I02 < Eddy::Models::Element::AN
# @param val [String] (nil) (" ")
# @param req [String] (nil)
# @param ref [String] (nil)
# @return [void]
def initialize(val: (" " * 10), req: nil, ref: nil)