module Arbor::Peakflow::TMS_Ports
Public Instance Methods
tms_ports()
click to toggle source
The TMS Ports function allows you to view TMS appliance port data in JSON format.
Example¶ ↑
response = client.tms_ports
# File lib/arbor_peakflow_ruby/actions/tms_ports.rb, line 10 def tms_ports response = @client.get('arborws/admin/tms_ports', api_key: @api_key) response.body = JSON.parse(response.body) response end