Method: MmJsonClient.initialize_environment
- Defined in:
- lib/mm_json_client.rb
.initialize_environment ⇒ Object
Dynamically load the enums, methods and types from the default api definitions or those put in the directory provided in the environment variable API_DEF_DIR.
14 15 16 17 18 |
# File 'lib/mm_json_client.rb', line 14 def self.initialize_environment load_type_data load_enum_data define_api_methods end |