Class: Ansible::Ruby::Modules::At
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::At
- Defined in:
- lib/ansible/ruby/modules/generated/extras/system/at.rb
Instance Method Summary collapse
-
#command ⇒ String?
A command to be executed in the future.
-
#count ⇒ String
The count of units in the future to execute the command or script file.
-
#script_file ⇒ Object?
An existing script file to be executed in the future.
-
#state ⇒ :present, ...
The state dictates if the command or script file should be evaluated as present(added) or absent(deleted).
-
#unique ⇒ Boolean?
If a matching job is present a new job will not be added.
-
#units ⇒ :minutes, ...
The type of units in the future to execute the command or script file.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#command ⇒ String?
Returns A command to be executed in the future.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 10 attribute :command |
#count ⇒ String
Returns The count of units in the future to execute the command or script file.
17 |
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 17 attribute :count |
#script_file ⇒ Object?
Returns An existing script file to be executed in the future.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 14 attribute :script_file |
#state ⇒ :present, ...
Returns The state dictates if the command or script file should be evaluated as present(added) or absent(deleted).
25 |
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 25 attribute :state |
#unique ⇒ Boolean?
Returns If a matching job is present a new job will not be added.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 29 attribute :unique |
#units ⇒ :minutes, ...
Returns The type of units in the future to execute the command or script file.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 21 attribute :units |