class GlobalRegistryModels::System::Base
Public Class Methods
attributes_hash(attributes)
click to toggle source
# File lib/global_registry_models/system/base.rb, line 14 def self.attributes_hash(attributes) { 'system' => attributes } end
global_registry_resource()
click to toggle source
# File lib/global_registry_models/system/base.rb, line 10 def self.global_registry_resource GlobalRegistry::System end
search_params()
click to toggle source
# File lib/global_registry_models/system/base.rb, line 6 def self.search_params {} end