lib/unimatrix/regent/realm.rb in unimatrix-2.5.5 vs lib/unimatrix/regent/realm.rb in unimatrix-2.6.0

- old
+ new

@@ -1,17 +1,18 @@ module Unimatrix::Regent - class Realm < Unimatrix::DynamicResource - + class Realm < Unimatrix::Resource + field :id field :uuid field :name field :code_name field :created_at field :updated_at field :domain_name + field :picture_uuid has_many :settings - + end -end \ No newline at end of file +end