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, #bilingualr_pair, #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

#descriptionObject



159
160
161
# File 'lib/logaling/project.rb', line 159

def description
  external_glossary.class.description
end

#imported?Boolean

Returns:

  • (Boolean)


155
156
157
# File 'lib/logaling/project.rb', line 155

def imported?
  true
end

#urlObject



163
164
165
# File 'lib/logaling/project.rb', line 163

def url
  external_glossary.class.url
end