Module: InstaVIN
- Extended by:
- InstaVIN
- Included in:
- InstaVIN
- Defined in:
- lib/instavin.rb,
lib/instavin/errors.rb,
lib/instavin/reports.rb,
lib/instavin/version.rb
Defined Under Namespace
Classes: DeveloperError, DowntimeError, InstaVINError, NoDataError, Reports
Constant Summary
collapse
- VERSION =
"0.0.1"
Instance Method Summary
collapse
Instance Method Details
#config ⇒ Object
13
14
15
|
# File 'lib/instavin.rb', line 13
def config
@@config ||= SymbolTable.new
end
|
9
10
11
|
# File 'lib/instavin.rb', line 9
def configure
yield config
end
|