Module: Telnyx::APIOperations::ParamWrapper

Included in:
Telnyx::AvailablePhoneNumber
Defined in:
lib/telnyx/api_operations/param_wrapper.rb

Overview

Intercepts request params passed to api operation methods and wraps them in a single param. Usage: class << self

prepend Telnyx::ParamWrapper
wrap :list, 'filter'

end