Class: Ansible::Ruby::Modules::Bower
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bower
- Defined in:
- lib/ansible/ruby/modules/generated/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 ⇒ :yes, ...
Install packages from local cache, if the packages were installed before.
-
#path ⇒ String
The base path where to install the bower packages.
-
#production ⇒ :yes, ...
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, fix_inclusion, #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.
12 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/bower.rb', line 12 attribute :name |
#offline ⇒ :yes, ...
Returns Install packages from local cache, if the packages were installed before.
16 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/bower.rb', line 16 attribute :offline |
#path ⇒ String
Returns The base path where to install the bower packages.
24 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/bower.rb', line 24 attribute :path |
#production ⇒ :yes, ...
Returns Install with –production flag.
20 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/bower.rb', line 20 attribute :production |
#relative_execpath ⇒ String?
Returns Relative path to bower executable from install path.
28 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/bower.rb', line 28 attribute :relative_execpath |
#state ⇒ :present, ...
Returns The state of the bower package.
32 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/bower.rb', line 32 attribute :state |
#version ⇒ String?
Returns The version to be installed.
36 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/bower.rb', line 36 attribute :version |