Class: Bidify::Bidifier
- Inherits:
-
Object
- Object
- Bidify::Bidifier
- Defined in:
- lib/bidify/bidifier.rb
Overview
Super class for custom bidifiers
Direct Known Subclasses
Instance Method Summary collapse
- #apply ⇒ Object
-
#initialize(options = {}) ⇒ Bidifier
constructor
Instanciate a bidifier object with the given optional options hash.
Constructor Details
#initialize(options = {}) ⇒ Bidifier
Instanciate a bidifier object with the given optional options hash
11 12 13 14 15 |
# File 'lib/bidify/bidifier.rb', line 11 def initialize( = {}) @options = configure end |
Instance Method Details
#apply ⇒ Object
17 18 19 |
# File 'lib/bidify/bidifier.rb', line 17 def apply raise NotImplementedError end |