Class: Nexmo::KeySecretQuery
- Inherits:
-
AbstractAuthentication
- Object
- AbstractAuthentication
- Nexmo::KeySecretQuery
- Defined in:
- lib/nexmo/authentication/key_secret_query.rb
Instance Method Summary collapse
Methods inherited from AbstractAuthentication
Constructor Details
This class inherits a constructor from Nexmo::AbstractAuthentication
Instance Method Details
#update(object) ⇒ Object
3 4 5 6 7 |
# File 'lib/nexmo/authentication/key_secret_query.rb', line 3 def update(object) return unless object.is_a?(URI) object.query = Params.join(object.query, params) end |