Class: Speechmatics::Client
Constant Summary
Constants included from Connection
Speechmatics::Connection::ALLOWED_OPTIONS
Instance Attribute Summary
Attributes inherited from API
Instance Method Summary collapse
Methods inherited from API
#apply_options, #args_to_options, #base_path, #create, #delete, #get, #initialize, #list, #request, #update
Methods included from Connection
#connection, #merge_default_options
Constructor Details
This class inherits a constructor from Speechmatics::API
Instance Method Details
#user(params = {}, &block) ⇒ Object
6 7 8 |
# File 'lib/speechmatics/client.rb', line 6 def user(params={}, &block) @user ||= ApiFactory.api('Speechmatics::User', self, params, &block) end |