Class: Rodot::ApplicationDB

Inherits:
Object
  • Object
show all
Defined in:
lib/rodot/application_db.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ ApplicationDB

Returns a new instance of ApplicationDB.



4
5
6
# File 'lib/rodot/application_db.rb', line 4

def initialize(file)
  @file = file
end

Instance Attribute Details

#fileObject

Returns the value of attribute file.



3
4
5
# File 'lib/rodot/application_db.rb', line 3

def file
  @file
end