Exception: Delphin::EmptyDataFile

Inherits:
InvalidProfileException show all
Defined in:
lib/delphin.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, profile) ⇒ EmptyDataFile

Returns a new instance of EmptyDataFile.



65
66
67
68
# File 'lib/delphin.rb', line 65

def initialize(name, profile)
  @name = name
  @profile = profile
end

Instance Method Details

#to_sObject



70
71
72
# File 'lib/delphin.rb', line 70

def to_s
  "Empty data file for table #{@name} in #{@profile}."
end