class VpsbClient::Api::Request

Public Class Methods

new(http_client) click to toggle source
# File lib/vpsb_client/api/request.rb, line 4
def initialize(http_client)
  @http_client = http_client
end

Public Instance Methods

accept() click to toggle source
# File lib/vpsb_client/api/request.rb, line 20
def accept
  'application/json'
end
post_params() click to toggle source
# File lib/vpsb_client/api/request.rb, line 12
def post_params
  {}
end
put_params() click to toggle source
# File lib/vpsb_client/api/request.rb, line 16
def put_params
  {}
end
query_params() click to toggle source
# File lib/vpsb_client/api/request.rb, line 8
def query_params
  {}
end