Class: Foobara::RemoteGenerator::Services::CommandErrorsIndexGenerator

Inherits:
CommandErrorsGenerator show all
Defined in:
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_errors_index_generator.rb

Constant Summary

Constants included from TruncatedInspect

TruncatedInspect::MAX_LENGTH

Instance Attribute Summary

Attributes inherited from FilesGenerator

#belongs_to_dependency_group, #relevant_manifest

Instance Method Summary collapse

Methods inherited from CommandErrorsGenerator

#error_generators, #error_type_union

Methods inherited from CommandGenerator

#base_class_name, #base_class_path, #command_errors_index_generator, #domain_generator, #errors_in_this_namespace

Methods inherited from TypescriptFromManifestBaseGenerator

#==, #attributes_to_ts_type, #custom_type_to_ts_type_name, #dependency_group, #dependency_roots, #foobara_type_to_ts_type, #hash, #import_path, #import_path_array, #initialize, manifest_to_generator_classes, #model_to_ts_model_name, #parent, #templates_dir, #ts_instance_full_name, #ts_instance_full_path, #ts_instance_path, #ts_type_full_path, #value_to_ts_value

Methods inherited from FilesGenerator

#==, #absolute_template_path, #dependencies_to_generate, #eql?, #erb_template, #generate, generator_for, #generator_for, generators_for, #generators_for, #hash, #initialize, manifest_to_generator_classes, #method_missing, #path_to_root, #respond_to_missing?, #target_dir, #template_string, #templates_dir

Methods included from TruncatedInspect

#inspect, truncating

Constructor Details

This class inherits a constructor from Foobara::RemoteGenerator::Services::TypescriptFromManifestBaseGenerator

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Foobara::FilesGenerator

Instance Method Details

#applicable?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_errors_index_generator.rb', line 21

def applicable?
  errors_in_this_namespace.any?
end

#dependenciesObject



17
18
19
# File 'foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_errors_index_generator.rb', line 17

def dependencies
  []
end

#import_destructureObject



25
26
27
# File 'foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_errors_index_generator.rb', line 25

def import_destructure
  "* as #{scoped_short_name}Errors"
end

#target_pathObject



9
10
11
# File 'foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_errors_index_generator.rb', line 9

def target_path
  [*super[0..-2], "errors", "index.ts"]
end

#template_pathObject



13
14
15
# File 'foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_errors_index_generator.rb', line 13

def template_path
  "Command/errors/index.ts.erb"
end