Class: VpsbClient::Api::GetRequest

Inherits:
Request
  • Object
show all
Defined in:
lib/vpsb_client/api/request.rb

Instance Method Summary collapse

Methods inherited from Request

#accept, #initialize, #post_params, #put_params, #query_params

Constructor Details

This class inherits a constructor from VpsbClient::Api::Request

Instance Method Details

#runObject



26
27
28
29
# 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