Method: Upay::API#requestor

Defined in:
lib/upay/api/api.rb

#requestor(args = {}) ⇒ Object



21
22
23
# File 'lib/upay/api/api.rb', line 21

def requestor(args = {})
  Requestor.new(args)
end