Skip to content

Commit ad649e0

Browse files
HassanAkbarronaldtse
authored andcommitted
fix: attribute type issue
1 parent b1f9090 commit ad649e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/genericode/value.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
module Genericode
1111
class Value < Lutaml::Model::Serializable
12-
attribute :column_ref, ColumnRef
12+
attribute :column_ref, :string
1313
attribute :annotation, Annotation
1414
attribute :simple_value, SimpleValue
1515
attribute :complex_value, AnyOtherContent

0 commit comments

Comments
 (0)