Method: R10K::Module::Base#properties

Defined in:
lib/r10k/module/base.rb

#propertiesHash

This method is abstract.

Return the properties of the module

Returns:

  • (Hash)

Raises:

  • (NotImplementedError)


89
90
91
# File 'lib/r10k/module/base.rb', line 89

def properties
  raise NotImplementedError
end