Class: CanTango::Registry::Clazz::InstanceMethods::ClassRegistry

Inherits:
Base
  • Object
show all
Defined in:
lib/cantango/registry/clazz.rb

Instance Attribute Summary

Attributes included from Base::InstanceMethods

#available, #default, #registered

Instance Method Summary collapse

Methods included from Base::InstanceMethods

#[], #clean!, #default!, #register, #registered?, #reset!, #types=, #valid?

Instance Method Details

#typesObject



65
66
67
# File 'lib/cantango/registry/clazz.rb', line 65

def types
  [Class]
end

#value_methodsObject



69
70
71
# File 'lib/cantango/registry/clazz.rb', line 69

def value_methods
  []
end