Class: ServiceCaller
- Inherits:
-
Object
- Object
- ServiceCaller
- Extended by:
- ServiceExtend::Callable::ClassMethods
- Includes:
- ServiceExtend::Callable
- Defined in:
- lib/service_caller.rb
Instance Attribute Summary
Attributes included from ServiceExtend::Callable
Class Method Summary collapse
Methods included from ServiceExtend::Callable::ClassMethods
Methods included from ServiceExtend::Callable
Class Method Details
.inherited(child_class) ⇒ Object
9 10 11 12 |
# File 'lib/service_caller.rb', line 9 def self.inherited(child_class) child_class.prepend(ServiceExtend::Handler) super end |