Class: Ansible::Ruby::Modules::Git_config
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Git_config
- Defined in:
- lib/ansible/ruby/modules/generated/extras/source_control/git_config.rb
Instance Method Summary collapse
-
#list_all ⇒ Boolean?
List all settings (optionally limited to a given I(scope)).
-
#name ⇒ String?
The name of the setting.
-
#repo ⇒ String?
Path to a git repository for reading and writing values from a specific repo.
-
#scope ⇒ :local, ...
Specify which scope to read/set values from.
-
#value ⇒ String?
When specifying the name of a single setting, supply a value to set that setting to the given value.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#list_all ⇒ Boolean?
10 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/git_config.rb', line 10 attribute :list_all |
#name ⇒ String?
14 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/git_config.rb', line 14 attribute :name |
#repo ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/git_config.rb', line 18 attribute :repo |
#scope ⇒ :local, ...
22 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/git_config.rb', line 22 attribute :scope |
#value ⇒ String?
26 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/git_config.rb', line 26 attribute :value |