Class: Eco::API::UseCases::GraphQL::Samples::Location::Command

Inherits:
Eco::API::UseCases::GraphQL::Samples::Location show all
Includes:
DSL
Defined in:
lib/eco/api/usecases/graphql/samples/location/command.rb

Defined Under Namespace

Modules: DSL, Results

Constant Summary

Constants included from Helpers::Location::Base

Helpers::Location::Base::TAGTREE_BACKUP

Constants included from Helpers::Location::Command

Helpers::Location::Command::DEFAULT_COMMANDS_PER_PAGE, Helpers::Location::Command::DEFAULT_FORCE_CONTINUE

Instance Attribute Summary

Attributes included from Results

#error, #exception, #tags_remap_csv_file

Attributes included from Helpers::Location::Base

#current_tree, #previous_tree

Attributes included from Helpers::Base::CaseEnv

#options, #session

Attributes included from Language::AuxiliarLogger

#logger

Method Summary

Methods included from DSL

#inputs, #process

Methods included from Results

#generate_tags_remap_csv, #page_errors?, #request_results_class, #rescued, #results, #tags_remap_class, #tags_remap_table, #timestamp_file, #update_tags_remap_table

Methods included from Helpers::Location::Base

#backup_tree, #live_tree, #session_live_tree, #tagtree_id, #target_structure_id, #track_current_tree

Methods included from Helpers::Base

#backup, #exit_error, #graphql

Methods included from Helpers::Base::CaseEnv

#config, #simulate?

Methods included from Language::AuxiliarLogger

#log

Methods included from Helpers::Location::Command

#commands_per_page, #force_continue?, #input, #sliced_batches, #with_sliced_input

Methods inherited from Base

#main, #process

Methods inherited from Common::Loaders::UseCase

cli, cli!, #cli_apply!, #initialize, #main, type, #type

Methods inherited from Common::Loaders::CaseBase

#name, name_only_once!

Methods inherited from Common::Loaders::Base

<=>, created_at, #initialize, set_created_at!

Methods included from Common::ClassHelpers

#class_resolver, #descendants, #descendants?, #inheritable_attrs, #inheritable_class_vars, #inherited, #instance_variable_name, #new_class, #resolve_class, #to_constant

Constructor Details

This class inherits a constructor from Eco::API::Common::Loaders::UseCase