Class: Rodot::ApplicationDB
- Inherits:
-
Object
- Object
- Rodot::ApplicationDB
- Defined in:
- lib/rodot/application_db.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
Instance Method Summary collapse
-
#initialize(file) ⇒ ApplicationDB
constructor
A new instance of ApplicationDB.
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
#file ⇒ Object
Returns the value of attribute file.
3 4 5 |
# File 'lib/rodot/application_db.rb', line 3 def file @file end |