Class: Sequelizer::Options
- Inherits:
-
Object
- Object
- Sequelizer::Options
- Defined in:
- lib/sequelizer/options.rb
Instance Method Summary collapse
-
#initialize(options = nil) ⇒ Options
constructor
A new instance of Options.
- #to_hash ⇒ Object
Constructor Details
#initialize(options = nil) ⇒ Options
Returns a new instance of Options.
7 8 9 |
# File 'lib/sequelizer/options.rb', line 7 def initialize( = nil) @options = () end |
Instance Method Details
#to_hash ⇒ Object
11 12 13 |
# File 'lib/sequelizer/options.rb', line 11 def to_hash @options end |