Class: Ansible::Ruby::Modules::Make
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Make
- Defined in:
- lib/ansible/ruby/modules/generated/extras/system/make.rb
Instance Method Summary collapse
-
#chdir ⇒ String
Cd into this directory before running make.
-
#params ⇒ String?
Any extra parameters to pass to make.
-
#target ⇒ String?
The target to run.
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
#chdir ⇒ String
Returns cd into this directory before running make.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/system/make.rb', line 18 attribute :chdir |
#params ⇒ String?
Returns Any extra parameters to pass to make.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/system/make.rb', line 14 attribute :params |
#target ⇒ String?
Returns The target to run.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/system/make.rb', line 10 attribute :target |