class GlobalRegistryModels::RelationshipType::Base

Public Class Methods

attributes_hash(attributes) click to toggle source
# File lib/global_registry_models/relationship_type/base.rb, line 18
def self.attributes_hash(attributes)
  { 'relationship_type' => attributes }
end
global_registry_resource() click to toggle source
# File lib/global_registry_models/relationship_type/base.rb, line 14
def self.global_registry_resource
  GlobalRegistry::RelationshipType
end
search_params() click to toggle source
# File lib/global_registry_models/relationship_type/base.rb, line 10
def self.search_params
  {}
end