Class: WavixApi::V2::Messages::AsyncCreate
- Inherits:
-
Object
- Object
- WavixApi::V2::Messages::AsyncCreate
- Includes:
- BaseMethods, WavixApi::V1::Messages::CommonVars
- Defined in:
- lib/wavix_api/v2/messages/async_create.rb
Constant Summary
Constants included from WavixApi::V1::Messages::CommonVars
WavixApi::V1::Messages::CommonVars::CREATE_PARAMS_SCHEMA, WavixApi::V1::Messages::CommonVars::SEARCH_PARAMS_SCHEMA
Constants included from BaseMethods
BaseMethods::AVAILABLE_TRANSCRIPTION_LANGUAGES, BaseMethods::BASE_DATE_FORMAT, BaseMethods::DEFAULT_HEADERS, BaseMethods::IP_REGEXP, BaseMethods::LIST_OF_DIGITS_REGEXP, BaseMethods::ONLY_DIGITS_REGEXP, BaseMethods::ONLY_ID_SCHEMA, BaseMethods::ONLY_UUID_SCHEMA, BaseMethods::PAGINATION_SCHEMA
Instance Attribute Summary
Attributes included from BaseMethods
Class Method Summary collapse
Methods included from BaseMethods
#call, #delete, #download, #file_extention, #format_file, #get, #initialize, #patch, #post, #put, #raise_error, #stringify_dates!, #validate!, #validate_dates!
Class Method Details
.call(params = {}) ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/wavix_api/v2/messages/async_create.rb', line 12 def call(params = {}) instance = new(params) instance.validate! instance.post('v2/messages/async') end |