Class: PlatformosCheck::PageFile

Inherits:
LiquidFile show all
Defined in:
lib/platformos_check/page_file.rb

Instance Attribute Summary

Attributes inherited from AppFile

#storage, #version

Instance Method Summary collapse

Methods inherited from LiquidFile

#form?, #layout?, #liquid?, #migration?, #notification?, #parse, parse, #partial?, #rewriter, #root, #source_excerpt, #warnings, #write

Methods inherited from AppFile

#==, #build_name, #dir_names, #dir_prefix, #graphql?, #initialize, #liquid?, #module_name, #module_original_file?, #module_original_file_path, #module_overwrite_file?, #module_overwrite_file_path, #module_prefix, #name, #partial?, #path, #relative_path, #remove_extension, #source, #translation?, #yaml?

Constructor Details

This class inherits a constructor from PlatformosCheck::AppFile

Instance Method Details

#page?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/platformos_check/page_file.rb', line 5

def page?
  true
end