class Muwu::ProjectException::OptionRemoteSyncValueNil

Public Instance Methods

report() click to toggle source
# File lib/muwu/project_exception/option_remote_sync_value_nil.rb, line 6
def report
  "options.yml does not include a value for remote_sync"
end
type() click to toggle source
# File lib/muwu/project_exception/option_remote_sync_value_nil.rb, line 11
def type
  :sync
end