Sha256: 345432cba55c1a94747683719df35707008a4741d0f5d16829c14bd69a21c1d9
Contents?: true
Size: 359 Bytes
Versions: 160
Compression:
Stored size: 359 Bytes
Contents
module KnapsackPro module Client module API class Action attr_reader :endpoint_path, :http_method, :request_hash def initialize(args) @endpoint_path = args.fetch(:endpoint_path) @http_method = args.fetch(:http_method) @request_hash = args.fetch(:request_hash) end end end end end
Version data entries
160 entries across 160 versions & 1 rubygems