lib/definitions/elements/manual/116.postal_code.rb in eddy-0.5.1 vs lib/definitions/elements/manual/116.postal_code.rb in eddy-0.6.0

- old
+ new

@@ -11,10 +11,10 @@ # ### Notes: # # - There are too many valid values for this, so it uses a regular expression instead of a codelist. # - FIXME: Implement that ☝ # - See [Segment and Data Element Definitions - X12 RFI](http://www.x12.org/rfis/Segment%20and%20Data%20Element%20Definitions.pdf) - class E116 < Eddy::Element::AN + class E116 < Eddy::Models::Element::AN # @param val [String] (nil) # @param req [String] (nil) # @param ref [String] (nil) # @return [void]