Class: KBuilder::PackageJson::PackageGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/k_builder/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



6
7
8
# File 'lib/k_builder/package_json/configuration.rb', line 6

def description
  @description
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



6
7
8
# File 'lib/k_builder/package_json/configuration.rb', line 6

def key
  @key
end

#package_namesObject

Returns the value of attribute package_names

Returns:

  • (Object)

    the current value of package_names



6
7
8
# File 'lib/k_builder/package_json/configuration.rb', line 6

def package_names
  @package_names
end