class Nabokov::NabokovfileKeyes

Class contains the named constants for nabokovfile keyes

Public Class Methods

localizations_repo() click to toggle source

@return [String] The key to get the localizations repo settings

# File lib/nabokov/core/nabokovfile_keys.rb, line 5
def self.localizations_repo
  return "localizations_repo"
end
localizations_repo_master_branch() click to toggle source

@return [String] The key to get the master branch of the localizations repo

# File lib/nabokov/core/nabokovfile_keys.rb, line 15
def self.localizations_repo_master_branch
  return "master_branch"
end
localizations_repo_url() click to toggle source

@return [String] The key to get the localizations remote URL string

# File lib/nabokov/core/nabokovfile_keys.rb, line 10
def self.localizations_repo_url
  return "url"
end
project_local_path() click to toggle source

@return [String] The key to get the project’s local path

# File lib/nabokov/core/nabokovfile_keys.rb, line 30
def self.project_local_path
  return "local_path"
end
project_localization_file_paths() click to toggle source

@return [String] The key to get the (localization_code => localization_file_path) hash

# File lib/nabokov/core/nabokovfile_keys.rb, line 25
def self.project_localization_file_paths
  return "localizations"
end
project_repo() click to toggle source

@return [String] The key to get the project repo settings

# File lib/nabokov/core/nabokovfile_keys.rb, line 20
def self.project_repo
  return "project_repo"
end