Class: RekkiUtils::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/rekki_utils/cli.rb

Instance Method Summary collapse

Instance Method Details

#count_image_file_in_filesObject



27
28
29
# File 'lib/rekki_utils/cli.rb', line 27

def count_image_file_in_files
  Rekki::Core.count_images_in_view_file
end

#get_files_nameObject



10
11
12
# File 'lib/rekki_utils/cli.rb', line 10

def get_files_name
  file_name_array = Rekki::Core.generate_files_name
end

#get_image_filesObject



15
16
17
18
# File 'lib/rekki_utils/cli.rb', line 15

def get_image_files
  files_name = Rekki::Core.generate_files_name
  rekki::Core.select_image_files(files_name)
end

#get_view_files_pathObject



21
22
23
24
# File 'lib/rekki_utils/cli.rb', line 21

def get_view_files_path
  files_name = Rekki::Core.generate_files_name
  rekki::Core.select_view_files_path(files_name)
end