Method: RightSupport::Net::HTTPClient#get
- Defined in:
- lib/right_support/net/http_client.rb
#get(*args) ⇒ Object
141 142 143 |
# File 'lib/right_support/net/http_client.rb', line 141 def get(*args) request(:get, *args) end |
141 142 143 |
# File 'lib/right_support/net/http_client.rb', line 141 def get(*args) request(:get, *args) end |