Module: MyInfo::Callable

Included in:
V3::Api, V3::AuthoriseUrl
Defined in:
lib/myinfo/helpers/callable.rb

Overview

Service Object

Instance Method Summary collapse

Instance Method Details

#call(**kwargs) ⇒ Object



6
7
8
# File 'lib/myinfo/helpers/callable.rb', line 6

def call(**kwargs)
  new(**kwargs).call
end