class VpsbClient::Api::GetRequest

Public Instance Methods

run() click to toggle source
# File lib/vpsb_client/api/request.rb, line 26
def run
  VpsbClient.logger.debug "class=#{self.class} url_path=#{url_path}"
  @http_client.get(self)
end