Class: Muwu::ProjectException::OptionRemoteSyncValueNil

Inherits:
Object
  • Object
show all
Defined in:
lib/muwu/project_exception/option_remote_sync_value_nil.rb

Instance Method Summary collapse

Instance Method Details

#reportObject



6
7
8
# 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

#typeObject



11
12
13
# File 'lib/muwu/project_exception/option_remote_sync_value_nil.rb', line 11

def type
  :sync
end