class VpsbClient::Api::PutRequest

Public Class Methods

new(http_client) click to toggle source
Calls superclass method VpsbClient::Api::Request::new
# File lib/vpsb_client/api/request.rb, line 48
def initialize(http_client)
  super(http_client)
end

Public Instance Methods

run() click to toggle source
# File lib/vpsb_client/api/request.rb, line 52
def run
  @http_client.put(self)
end