Module: ImportExport
- Defined in:
- lib/import_export.rb,
lib/import_export/query.rb,
lib/import_export/client.rb,
lib/import_export/result.rb,
lib/import_export/source.rb,
lib/import_export/version.rb
Defined Under Namespace
Classes: Client, Query, Result, Source
Constant Summary collapse
- API_BASE =
"https://api.trade.gov/consolidated_screening_list/"- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.user_agent ⇒ Object
21 22 23 |
# File 'lib/import_export.rb', line 21 def self.user_agent "ImportExport/#{ImportExport::VERSION}; +https://github.com/benbalter/import_export)" end |