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

#performObject



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

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

#perform!Object



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

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

#requestObject



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

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