lib/segments/msa.rb in ruby-hl7-1.3.3 vs lib/segments/msa.rb in ruby-hl7-1.4.0
- old
+ new
@@ -1,11 +1,11 @@
-# encoding: UTF-8
+# frozen_string_literal: true
+
class HL7::Message::Segment::MSA < HL7::Message::Segment
weight 1 # should occur after the msh segment
add_field :ack_code
add_field :control_id
add_field :text
add_field :expected_seq
add_field :delayed_ack_type
add_field :error_cond
end
-