Class: Hanami::Sequel::Configuration
- Inherits:
-
Object
- Object
- Hanami::Sequel::Configuration
- Defined in:
- lib/hanami/sequel/configuration.rb
Instance Attribute Summary collapse
-
#migrations ⇒ Object
readonly
Returns the value of attribute migrations.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
4 5 6 |
# File 'lib/hanami/sequel/configuration.rb', line 4 def initialize @migrations = 'db/migrations' end |
Instance Attribute Details
#migrations ⇒ Object (readonly)
Returns the value of attribute migrations.
8 9 10 |
# File 'lib/hanami/sequel/configuration.rb', line 8 def migrations @migrations end |