Class: Ansible::Ruby::Modules::Easy_install
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Easy_install
- Defined in:
- lib/ansible/ruby/modules/generated/core/packaging/language/easy_install.rb
Instance Method Summary collapse
-
#executable ⇒ Object?
The explicit executable or a pathname to the executable to be used to run easy_install for a specific version of Python installed in the system.
-
#name ⇒ String
A Python library name.
-
#state ⇒ :present, ...
The desired state of the library.
-
#virtualenv ⇒ String?
An optional I(virtualenv) directory path to install into.
-
#virtualenv_command ⇒ String?
The command to create the virtual environment with.
-
#virtualenv_site_packages ⇒ :yes, ...
Whether the virtual environment will inherit packages from the global site-packages directory.
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
#executable ⇒ Object?
26 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/language/easy_install.rb', line 26 attribute :executable |
#name ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/language/easy_install.rb', line 10 attribute :name |
#state ⇒ :present, ...
29 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/language/easy_install.rb', line 29 attribute :state |
#virtualenv ⇒ String?
14 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/language/easy_install.rb', line 14 attribute :virtualenv |
#virtualenv_command ⇒ String?
22 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/language/easy_install.rb', line 22 attribute :virtualenv_command |
#virtualenv_site_packages ⇒ :yes, ...
18 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/language/easy_install.rb', line 18 attribute :virtualenv_site_packages |