class DTK::Client::Operation::Service::ListComponentLinks
Public Class Methods
execute(args = Args.new)
click to toggle source
# File lib/client/operation/service/list_component_links.rb, line 21 def self.execute(args = Args.new) wrap_operation(args) do |args| service_instance = args.required(:service_instance) rest_get("#{BaseRoute}/#{service_instance}/component_links") end.set_render_as_table! end