Class: Rivendell::Import::Config
- Inherits:
-
Object
- Object
- Rivendell::Import::Config
- Defined in:
- lib/rivendell/import/config.rb
Defined Under Namespace
Classes: Rivendell
Instance Method Summary collapse
- #rivendell ⇒ Object (also: #xport_options)
- #to_prepare(&block) ⇒ Object
Instance Method Details
#rivendell ⇒ Object Also known as: xport_options
8 9 10 |
# File 'lib/rivendell/import/config.rb', line 8 def rivendell @rivendell ||= Rivendell.new end |
#to_prepare(&block) ⇒ Object
4 5 6 |
# File 'lib/rivendell/import/config.rb', line 4 def to_prepare(&block) Base.default_to_prepare = block end |