Class: Logaling::ImportedProject

Inherits:
FileBasedProject show all
Defined in:
lib/logaling/project.rb

Instance Attribute Summary

Attributes inherited from Project

#path, #repository

Instance Method Summary collapse

Methods inherited from FileBasedProject

#absolute_path, #glossary_sources, #has_glossary?, #name, #normal_project?, #source_directory_path

Methods inherited from Project

find_dotfile, find_path, #glossaries, #glossary, #glossary_db_path, #glossary_source_path, #glossary_sources, #has_glossary?, #initialize, #name, #normal_project?, #personal?, #relative_path, #same?, #type

Constructor Details

This class inherits a constructor from Logaling::Project

Instance Method Details

#imported?Boolean

Returns:

  • (Boolean)


151
152
153
# File 'lib/logaling/project.rb', line 151

def imported?
  true
end