Class: LazyModel::LazyState

Inherits:
Object
  • Object
show all
Includes:
LazyModelSupport
Defined in:
lib/lazy_model/lazy_state.rb

Instance Method Summary collapse

Methods included from LazyModelSupport

#initialize, #to_method_name

Instance Method Details

#define_methodsObject



7
8
9
10
# File 'lib/lazy_model/lazy_state.rb', line 7

def define_methods
	define_instance_methods
	define_class_methods
end