Class: UmbrellioUtils::HTTPClient

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/umbrellio_utils/http_client.rb

Instance Method Summary collapse

Instance Method Details

#perform(*args, **kwargs) ⇒ Object



9
10
11
# File 'lib/umbrellio_utils/http_client.rb', line 9

def perform(*args, **kwargs)
  client.perform(*args, **kwargs)
end

#perform!(*args, **kwargs) ⇒ Object



13
14
15
# File 'lib/umbrellio_utils/http_client.rb', line 13

def perform!(*args, **kwargs)
  client.perform!(*args, **kwargs)
end

#request(*args, **kwargs) ⇒ Object



17
18
19
# File 'lib/umbrellio_utils/http_client.rb', line 17

def request(*args, **kwargs)
  client.request(*args, **kwargs)
end