Class: UmbrellioUtils::HTTPClient
- Inherits:
-
Object
- Object
- UmbrellioUtils::HTTPClient
- Includes:
- Singleton
- Defined in:
- lib/umbrellio_utils/http_client.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
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 |
#request ⇒ Object
17 18 19 |
# File 'lib/umbrellio_utils/http_client.rb', line 17 def request(*, **) client.request(*, **) end |