# File lib/base_object.rb, line 252
      def add_run_action!(id, link)
        @objects << {
          :method_name => 'run',
          :type => :run,
          :url => link,
        }
      end