Class: KDirector::Dsls::Children::PackageJsonConfiguration::PackageGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/k_director/dsls/children/package_json_configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



26
27
28
# File 'lib/k_director/dsls/children/package_json_configuration.rb', line 26

def description
  @description
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



26
27
28
# File 'lib/k_director/dsls/children/package_json_configuration.rb', line 26

def key
  @key
end

#package_namesObject

Returns the value of attribute package_names

Returns:

  • (Object)

    the current value of package_names



26
27
28
# File 'lib/k_director/dsls/children/package_json_configuration.rb', line 26

def package_names
  @package_names
end