lib/eancom/edifact/segments/loc.rb in eancom-1.5.7 vs lib/eancom/edifact/segments/loc.rb in eancom-1.6.0

- old
+ new

@@ -32,9 +32,13 @@ outer_hash = {} outer_hash.merge!({ location: hash}) outer_hash end + def starts_location? + true + end + def segment_type TYPE end end