class UwsgiItClient::Getter
Attributes
result[R]
Public Class Methods
new(url, auth_data)
click to toggle source
# File lib/uwsgi_it_client/getter.rb, line 9 def initialize(url, auth_data) @result = get url, basic_auth: auth_data end
Private Instance Methods
get(*args)
click to toggle source
# File lib/uwsgi_it_client/getter.rb, line 15 def get(*args) self.class.get *args end