Class: Api::V2::RemoteExecutionFeaturesController
- Inherits:
-
BaseController
- Object
- BaseController
- Api::V2::RemoteExecutionFeaturesController
- Includes:
- Api::Version2
- Defined in:
- app/controllers/api/v2/remote_execution_features_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
9 10 11 |
# File 'app/controllers/api/v2/remote_execution_features_controller.rb', line 9 def index @remote_execution_features = resource_scope end |
#show ⇒ Object
15 16 |
# File 'app/controllers/api/v2/remote_execution_features_controller.rb', line 15 def show end |
#update ⇒ Object
27 28 29 |
# File 'app/controllers/api/v2/remote_execution_features_controller.rb', line 27 def update process_response @remote_execution_feature.update_attributes(params[:remote_execution_feature]) end |