lib/definitions/elements/manual/337.time.rb in eddy-0.5.1 vs lib/definitions/elements/manual/337.time.rb in eddy-0.6.0
- old
+ new
@@ -5,10 +5,10 @@
# - Id: 337
# - Name: Time
# - Type: TM
# - Min/Max: 4/8
# - Description: Time expressed in 24-hour clock time as follows: HHMM, or HHMMSS, or HHMMSSD, or HHMMSSDD, where H = hours (00-23), M = minutes (00-59), S = integer seconds (00-59) and DD = decimal seconds; decimal seconds are expressed as follows: D = tenths (0-9) and DD = hundredths (00-99)
- class E337 < Eddy::Element::TM
+ class E337 < Eddy::Models::Element::TM
# @param val [Time]
# @param req [String] (nil)
# @param ref [String] (nil)
# @return [void]
def initialize(val: nil, req: nil, ref: nil)