Sha256: 46e0a3310ea2e4c3772de43e838bcfc9edebbfbadfd60b66234f1bf05f5cb5f3

Contents?: true

Size: 190 Bytes

Versions: 3

Compression:

Stored size: 190 Bytes

Contents

module AnsibleTowerClient
  class AdHocCommand < BaseModel
    def relaunch
      api.post("#{url}relaunch/")
    end

    def self.endpoint
      "ad_hoc_commands".freeze
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ansible_tower_client-0.5.0 lib/ansible_tower_client/base_models/ad_hoc_command.rb
ansible_tower_client-0.4.1 lib/ansible_tower_client/base_models/ad_hoc_command.rb
ansible_tower_client-0.4.0 lib/ansible_tower_client/base_models/ad_hoc_command.rb