Class: Eco::API::UseCases::GraphQL::Samples::Contractors

Inherits:
Base show all
Includes:
DSL
Defined in:
lib/eco/api/usecases/graphql/samples/contractors.rb

Defined Under Namespace

Modules: DSL

Instance Attribute Summary

Attributes included from Lib::ErrorHandling

#exception, #exiting

Attributes included from Language::AuxiliarLogger

#logger

Instance Method Summary collapse

Methods included from Helpers::Contractors::Base::Load

#load_contractors

Methods included from Language::AuxiliarLogger

#log

Methods included from Language::Methods::CallDetector

#called_via?

Methods inherited from Common::Loaders::UseCase

#cli_apply!, #initialize

Methods included from Common::Loaders::UseCase::CliIdentify

#cli, #cli!

Methods included from Common::Loaders::UseCase::TargetModel

#target_model

Methods included from Common::Loaders::UseCase::Type

#type

Methods inherited from Common::Loaders::CaseBase

#name, name_only_once!, original_name

Constructor Details

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

Instance Method Details

#main(*_args) ⇒ Object



9
10
11
# File 'lib/eco/api/usecases/graphql/samples/contractors.rb', line 9

def main(*_args)
  options[:end_get] = false
end

#processObject



13
14
15
# File 'lib/eco/api/usecases/graphql/samples/contractors.rb', line 13

def process
  raise 'Please do not use this method with contractor use cases. Use main'
end