Module: Synapsis::APIOperations::Show

Included in:
Transaction
Defined in:
lib/synapsis_v3/api_operations/show.rb

Instance Method Summary collapse

Instance Method Details

#show_request(params) ⇒ Object



2
3
4
# File 'lib/synapsis_v3/api_operations/show.rb', line 2

def show_request(params)
  request(:post, show_url, params)
end

#show_urlObject



6
7
8
# File 'lib/synapsis_v3/api_operations/show.rb', line 6

def show_url
  "#{API_V3_PATH}#{class_name}/show"
end