Method: Seofy::Adapters::Base#initialize
- Defined in:
- lib/seofy/adapters/base.rb
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
5 6 7 8 |
# File 'lib/seofy/adapters/base.rb', line 5 def initialize(={}) @options = @column = [:column] end |