Class: Ansible::Ruby::Modules::Bower
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bower
- Defined in:
- lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb
Overview
Manage bower packages with bower
Instance Method Summary collapse
-
#name ⇒ String?
The name of a bower package to install.
-
#offline ⇒ Boolean?
Install packages from local cache, if the packages were installed before.
-
#path ⇒ String
The base path where to install the bower packages.
-
#production ⇒ Boolean?
Install with –production flag.
-
#relative_execpath ⇒ String?
Relative path to bower executable from install path.
-
#state ⇒ :present, ...
The state of the bower package.
-
#version ⇒ String?
The version to be installed.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#name ⇒ String?
Returns The name of a bower package to install.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 11 attribute :name |
#offline ⇒ Boolean?
Returns Install packages from local cache, if the packages were installed before.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 15 attribute :offline |
#path ⇒ String
Returns The base path where to install the bower packages.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 23 attribute :path |
#production ⇒ Boolean?
Returns Install with –production flag.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 19 attribute :production |
#relative_execpath ⇒ String?
Returns Relative path to bower executable from install path.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 27 attribute :relative_execpath |
#state ⇒ :present, ...
Returns The state of the bower package.
31 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 31 attribute :state |
#version ⇒ String?
Returns The version to be installed.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 35 attribute :version |