Sha256: c9c63d3cd0b9e600ff9001e3381af17edc4cfeaa8be44863526f4a85e185b32e

Contents?: true

Size: 268 Bytes

Versions: 7

Compression:

Stored size: 268 Bytes

Contents

module Unimatrix::Regent

  class Realm < Unimatrix::DynamicResource
    
    field    :id
    field    :uuid
    field    :name
    field    :code_name
    field    :created_at
    field    :updated_at
    field    :domain_name

    has_many :settings
    
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
unimatrix-2.5.5 lib/unimatrix/regent/realm.rb
unimatrix-2.5.4 lib/unimatrix/regent/realm.rb
unimatrix-2.5.3 lib/unimatrix/regent/realm.rb
unimatrix-2.5.2 lib/unimatrix/regent/realm.rb
unimatrix-2.5.1 lib/unimatrix/regent/realm.rb
unimatrix-2.5.0 lib/unimatrix/regent/realm.rb
unimatrix-2.4.2 lib/unimatrix/regent/realm.rb