class KnapsackPro::Client::API::Action

Attributes

endpoint_path[R]
http_method[R]
request_hash[R]

Public Class Methods

new(args) click to toggle source
# File lib/knapsack_pro/client/api/action.rb, line 9
def initialize(args)
  @endpoint_path = args.fetch(:endpoint_path)
  @http_method = args.fetch(:http_method)
  @request_hash = args.fetch(:request_hash)
end