Class: Eco::API::UseCases::GraphQL::Samples::Contractors
- Inherits:
-
Base
- Object
- Common::Loaders::Base
- Common::Loaders::CaseBase
- Common::Loaders::UseCase
- Base
- Eco::API::UseCases::GraphQL::Samples::Contractors
- 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
Attributes included from Language::AuxiliarLogger
Instance Method Summary collapse
Methods included from Helpers::Contractors::Base::Load
Methods included from Language::AuxiliarLogger
Methods included from Language::Methods::CallDetector
Methods inherited from Common::Loaders::UseCase
Methods included from Common::Loaders::UseCase::CliIdentify
Methods included from Common::Loaders::UseCase::TargetModel
Methods included from Common::Loaders::UseCase::Type
Methods inherited from Common::Loaders::CaseBase
#name, name_only_once!, original_name
Methods inherited from Common::Loaders::Base
<=>, created_at, #initialize, set_created_at!
Methods included from Language::Klass::InheritableClassVars
#inheritable_attrs, #inheritable_class_vars, #inherited
Methods included from Language::Klass::Naming
#instance_variable_name, #to_constant
Methods included from Language::Klass::Hierarchy
Methods included from Language::Klass::Builder
Methods included from Language::Klass::Uid
Methods included from Language::Klass::Resolver
#class_resolver, #resolve_class
Methods included from Language::Klass::Const
#if_const, #redef_without_warning
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) [:end_get] = false end |
#process ⇒ Object
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 |