class KnapsackPro::Client::API::Action
Attributes
Public Class Methods
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