Class: CanTango::Config::Accounts
- Inherits:
-
Registry::Clazz
- Object
- Registry::Clazz
- CanTango::Config::Accounts
- Includes:
- Singleton
- Defined in:
- lib/cantango/config/accounts.rb
Instance Method Summary collapse
Methods included from Registry::Clazz::InstanceMethods
#<<, #class_registry, #clean!, #name_registry, #register, #registered, #registered?, #registered_class?, #registered_classes, #value_methods, #value_types
Instance Method Details
#register_account(clazz) ⇒ Object
6 7 8 9 |
# File 'lib/cantango/config/accounts.rb', line 6 def register_account clazz register account_name(clazz), clazz self end |