Class: KnapsackPro::Client::API::Action

Inherits:
Struct
  • Object
show all
Defined in:
lib/knapsack_pro/client/api/action.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_pathObject

Returns the value of attribute endpoint_path

Returns:

  • (Object)

    the current value of endpoint_path



6
7
8
# File 'lib/knapsack_pro/client/api/action.rb', line 6

def endpoint_path
  @endpoint_path
end

#http_methodObject

Returns the value of attribute http_method

Returns:

  • (Object)

    the current value of http_method



6
7
8
# File 'lib/knapsack_pro/client/api/action.rb', line 6

def http_method
  @http_method
end

#request_hashObject

Returns the value of attribute request_hash

Returns:

  • (Object)

    the current value of request_hash



6
7
8
# File 'lib/knapsack_pro/client/api/action.rb', line 6

def request_hash
  @request_hash
end