Class: Ansible::Ruby::Modules::Bower

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/packaging/language/bower.rb

Overview

Manage bower packages with bower

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#nameString?

Returns The name of a bower package to install.

Returns:

  • (String, nil)

    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.

Returns:

  • (:yes, :no, nil)

    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

#pathString

Returns The base path where to install the bower packages.

Returns:

  • (String)

    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.

Returns:

  • (:yes, :no, nil)

    Install with –production flag



20
# File 'lib/ansible/ruby/modules/generated/packaging/language/bower.rb', line 20

attribute :production

#relative_execpathString?

Returns Relative path to bower executable from install path.

Returns:

  • (String, nil)

    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.

Returns:

  • (:present, :absent, :latest, nil)

    The state of the bower package



32
# File 'lib/ansible/ruby/modules/generated/packaging/language/bower.rb', line 32

attribute :state

#versionString?

Returns The version to be installed.

Returns:

  • (String, nil)

    The version to be installed



36
# File 'lib/ansible/ruby/modules/generated/packaging/language/bower.rb', line 36

attribute :version