Module: DadataRu
- Defined in:
- lib/dadata_ru.rb,
lib/dadata_ru/http_client/base.rb
Defined Under Namespace
Classes: Address, HttpClient
Class Method Summary collapse
Class Method Details
.config ⇒ Object
26 27 28 |
# File 'lib/dadata_ru.rb', line 26 def self.config @config ||= OpenStruct.new end |
.configure {|config| ... } ⇒ Object
30 31 32 |
# File 'lib/dadata_ru.rb', line 30 def self.configure yield(config) end |