Class: ServiceCaller

Inherits:
Object
  • Object
show all
Extended by:
ServiceExtend::Callable::ClassMethods
Includes:
ServiceExtend::Callable
Defined in:
lib/service_caller.rb

Instance Attribute Summary

Attributes included from ServiceExtend::Callable

#error, #result

Class Method Summary collapse

Methods included from ServiceExtend::Callable::ClassMethods

call

Methods included from ServiceExtend::Callable

#failed?, #success?

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