Class: SignalWire::REST::Namespaces::CxmlApplicationsResource
- Inherits:
-
FabricResourcePUT
- Object
- BaseResource
- CrudResource
- FabricResource
- FabricResourcePUT
- SignalWire::REST::Namespaces::CxmlApplicationsResource
- Defined in:
- lib/signalwire/rest/namespaces/fabric.rb
Overview
cXML applications – no create method.
Instance Method Summary collapse
Methods inherited from FabricResource
Methods inherited from CrudResource
#delete, #get, #list, #update, update_method, update_method=
Methods inherited from BaseResource
Constructor Details
This class inherits a constructor from SignalWire::REST::BaseResource
Instance Method Details
#create(**_kwargs) ⇒ Object
109 110 111 |
# File 'lib/signalwire/rest/namespaces/fabric.rb', line 109 def create(**_kwargs) raise NotImplementedError, 'cXML applications cannot be created via this API' end |