Class: ScanDB::Service

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/scandb/service.rb

Constant Summary

Constants included from Model

Model::REPOSITORY_NAME

Instance Method Summary collapse

Methods included from Model

included

Instance Method Details

#to_sObject

Returns the String form of the service.



43
44
45
# File 'lib/scandb/service.rb', line 43

def to_s
  name
end