Method: RingCentralSdk::REST::Request::Multipart#path_params

Defined in:
lib/ringcentral_sdk/rest/request/multipart.rb

#path_params(opts = {}) ⇒ Object



37
38
39
40
# File 'lib/ringcentral_sdk/rest/request/multipart.rb', line 37

def path_params(opts = {})
  @account_id = opts[:account_id] ||= opts[:accountId] ||= DEFAULT_ID
  @extension_id = opts[:extension_id] ||= opts[:extensionId] ||= DEFAULT_ID
end