Libraries
»
aservice
(0.0.2)
»
Index
»
Aservice
»
ClassMethods
»
#call_async
Method: Aservice::ClassMethods#call_async
Defined in:
lib/aservice.rb
#
call_async
(*args) ⇒
Object
22 23 24
# File 'lib/aservice.rb', line 22
def
call_async
(
*
args
)
perform
(
:async
,
'call'
,
args
)
end