Module: InvestecOpenApi
- Defined in:
- lib/investec_open_api.rb,
lib/investec_open_api/version.rb,
lib/investec_open_api/string_utilities.rb,
lib/investec_open_api/camel_case_refinement.rb
Defined Under Namespace
Modules: CamelCaseRefinement, Models, StringUtilities
Classes: Client, Configuration, Error
Constant Summary
collapse
- VERSION =
"2.0.0"
Class Method Summary
collapse
Class Method Details
.config ⇒ Object
26
27
28
|
# File 'lib/investec_open_api.rb', line 26
def config
@config ||= Configuration.new
end
|
.configuration {|config| ... } ⇒ Object
30
31
32
|
# File 'lib/investec_open_api.rb', line 30
def configuration
yield config
end
|