Module: Arbor::Peakflow::TMS_Ports
- Included in:
- Client
- Defined in:
- lib/arbor_peakflow_ruby/actions/tms_ports.rb
Instance Method Summary collapse
-
#tms_ports ⇒ Object
The TMS Ports function allows you to view TMS appliance port data in JSON format.
Instance Method Details
#tms_ports ⇒ Object
The TMS Ports function allows you to view TMS appliance port data in JSON format.
Example
response = client.tms_ports
10 11 12 13 14 15 16 17 |
# File 'lib/arbor_peakflow_ruby/actions/tms_ports.rb', line 10 def tms_ports response = @conn.get do |req| req.url 'arborws/admin/tms_ports' req.params['api_key'] = @api_key end response end |