Module: Atethechon
- Defined in:
- lib/atethechon.rb,
lib/atethechon/contact.rb,
lib/atethechon/version.rb,
lib/atethechon/data_store.rb,
lib/atethechon/store_cache.rb,
lib/atethechon/parsers/contact_parser.rb,
lib/atethechon/parsers/world_bank_parser.rb,
lib/atethechon/serializers/contacts_serializer.rb
Defined Under Namespace
Classes: Contact, ContactParser, ContactsSerializer, DataStore, StoreCache, WorldBankParser
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.data_store ⇒ Object
9 10 11 |
# File 'lib/atethechon.rb', line 9 def data_store @data_store ||= reset_data_store! end |