Class: KBuilder::PackageJson::PackageGroup
- Inherits:
-
Struct
- Object
- Struct
- KBuilder::PackageJson::PackageGroup
- Defined in:
- lib/k_builder/package_json/configuration.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#key ⇒ Object
Returns the value of attribute key.
-
#package_names ⇒ Object
Returns the value of attribute package_names.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
6 7 8 |
# File 'lib/k_builder/package_json/configuration.rb', line 6 def description @description end |
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/k_builder/package_json/configuration.rb', line 6 def key @key end |
#package_names ⇒ Object
Returns the value of attribute package_names
6 7 8 |
# File 'lib/k_builder/package_json/configuration.rb', line 6 def package_names @package_names end |