Module: Eco::API::UseCases::GraphQL::Samples::Location::Command::Service::TreeUpdate
- Defined in:
- lib/eco/api/usecases/graphql/samples/location/command/service/tree_update.rb
Overview
Service to generate the command updates.
Defined Under Namespace
Modules: InstanceMethods
Constant Summary collapse
- FORCE_CONTINUE =
Whether to stop or continue on command fail
false
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/eco/api/usecases/graphql/samples/location/command/service/tree_update.rb', line 9 def included(base) super base.send :include, Eco::API::UseCases::GraphQL::Samples::Location::Command::DSL base.send :include, Eco::API::UseCases::GraphQL::Utils::Sftp base.send :include, InstanceMethods end |