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

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#nameString?

Returns The name of a bower package to install.

Returns:

  • (String, nil)

    The name of a bower package to install



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

attribute :name

#offlineBoolean?

Returns Install packages from local cache, if the packages were installed before.

Returns:

  • (Boolean, nil)

    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

#pathString

Returns The base path where to install the bower packages.

Returns:

  • (String)

    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

#productionBoolean?

Returns Install with –production flag.

Returns:

  • (Boolean, nil)

    Install with –production flag



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

attribute :production

#relative_execpathString?

Returns Relative path to bower executable from install path.

Returns:

  • (String, nil)

    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.

Returns:

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

    The state of the bower package



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

attribute :state

#versionString?

Returns The version to be installed.

Returns:

  • (String, nil)

    The version to be installed



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

attribute :version