Method: Sunshine::Repo#name

Defined in:
lib/sunshine/repo.rb

#nameObject

Get the project name of the specified repo - implemented by subclass

Raises:



125
126
127
128
# File 'lib/sunshine/repo.rb', line 125

def name
  raise RepoError,
    "The 'name' method must be implemented by child classes"
end