class GlobalRegistryModels::System::System
Public Class Methods
find_current_system()
click to toggle source
# File lib/global_registry_models/system/system.rb, line 24 def self.find_current_system find 'deadbeef-dead-beef-dead-beefdeadbeef' end
has_meta()
click to toggle source
# File lib/global_registry_models/system/system.rb, line 28 def self.has_meta false end
identifying_attributes()
click to toggle source
# File lib/global_registry_models/system/system.rb, line 16 def self.identifying_attributes [:id, :name, :contact_name, :contact_email, :permalink] end
identifying_root_attributes()
click to toggle source
# File lib/global_registry_models/system/system.rb, line 20 def self.identifying_root_attributes [:id, :name, :contact_name, :contact_email, :permalink, :trusted_ips, :root, :access_token] end