Module: Eco::API::UseCases::GraphQL::Samples::Location::Service::TreeDiff::Convertible::Inputable

Includes:
Helpers::Base::CaseEnv
Defined in:
lib/eco/api/usecases/graphql/samples/location/service/tree_diff/convertible/inputable.rb

Constant Summary collapse

IN_FILENAME =
/requested_tree\.csv/
IN_FOLDER =
'sftp'.freeze

Instance Attribute Summary

Attributes included from Lib::ErrorHandling

#exception, #exiting

Attributes included from Language::AuxiliarLogger

#logger

Class Method Summary collapse

Methods included from Language::AuxiliarLogger

#log

Class Method Details

.included(base) ⇒ Object



6
7
8
9
10
# File 'lib/eco/api/usecases/graphql/samples/location/service/tree_diff/convertible/inputable.rb', line 6

def included(base)
  super

  base.send :include, Eco::Data::Files
end