Class: Convertr::Runner
- Inherits:
-
Object
- Object
- Convertr::Runner
- Defined in:
- lib/convertr/runner.rb
Defined Under Namespace
Classes: OptParser
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
}}}.
-
#db_config ⇒ Object
readonly
}}}.
-
#options ⇒ Object
readonly
}}}.
Instance Method Summary collapse
-
#initialize(opts) ⇒ Runner
constructor
{{{.
-
#run ⇒ Object
}}}.
Constructor Details
Instance Attribute Details
#config ⇒ Object (readonly)
}}}
36 37 38 |
# File 'lib/convertr/runner.rb', line 36 def config @config end |
#db_config ⇒ Object (readonly)
}}}
36 37 38 |
# File 'lib/convertr/runner.rb', line 36 def db_config @db_config end |
#options ⇒ Object (readonly)
}}}
36 37 38 |
# File 'lib/convertr/runner.rb', line 36 def @options end |