Class: Koch::AbstractSnapPackage

Inherits:
Resource
  • Object
show all
Defined in:
lib/koch/install_snap_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



38
39
40
# File 'lib/koch/install_snap_package.rb', line 38

def to_s
  name
end