Class: Koch::AbstractPackage

Inherits:
Resource show all
Defined in:
lib/koch/install_package.rb

Overview

Represents an abstract package resource, can not be used on its own

Instance Attribute Summary

Attributes inherited from Resource

#changed, #name

Instance Method Summary collapse

Methods inherited from Resource

dsl_writer, #initialize

Constructor Details

This class inherits a constructor from Koch::Resource

Instance Method Details

#to_sObject



34
35
36
# File 'lib/koch/install_package.rb', line 34

def to_s
  name
end