class GlobalRegistryModels::EntityType::Base

Public Class Methods

attributes_hash(attributes) click to toggle source
# File lib/global_registry_models/entity_type/base.rb, line 15
def self.attributes_hash(attributes)
  { 
    'entity_type' => attributes 
  }
end
global_registry_resource() click to toggle source
# File lib/global_registry_models/entity_type/base.rb, line 11
def self.global_registry_resource
  GlobalRegistry::EntityType
end
search_params() click to toggle source
# File lib/global_registry_models/entity_type/base.rb, line 5
def self.search_params
  {
    field_type: "entity"
  }
end