Class: SignalWire::REST::Namespaces::CompatLamlBins
- Inherits:
-
CrudResource
- Object
- BaseResource
- CrudResource
- SignalWire::REST::Namespaces::CompatLamlBins
- Defined in:
- lib/signalwire/rest/namespaces/compat.rb
Overview
Compat cXML/LaML script management.
Instance Method Summary collapse
Methods inherited from CrudResource
#create, #delete, #get, #list, update_method, update_method=
Methods inherited from BaseResource
Constructor Details
This class inherits a constructor from SignalWire::REST::BaseResource
Instance Method Details
#update(sid, **kwargs) ⇒ Object
163 |
# File 'lib/signalwire/rest/namespaces/compat.rb', line 163 def update(sid, **kwargs) = @http.post(_path(sid), kwargs) |