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
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, #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.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 10 attribute :name |
#offline ⇒ Boolean?
Returns Install packages from local cache, if the packages were installed before.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 14 attribute :offline |
#path ⇒ String
Returns The base path where to install the bower packages.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 22 attribute :path |
#production ⇒ Boolean?
Returns Install with –production flag.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 18 attribute :production |
#relative_execpath ⇒ String?
Returns Relative path to bower executable from install path.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 26 attribute :relative_execpath |
#state ⇒ :present, ...
Returns The state of the bower package.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 30 attribute :state |
#version ⇒ String?
Returns The version to be installed.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb', line 34 attribute :version |