module Greenmonster

encoding: utf-8

Constants

REMOTE_DATA_ROOT
VERSION

Public Class Methods

local_data_location() click to toggle source
# File lib/greenmonster.rb, line 16
def self.local_data_location
  raise NoLocalDataLocationSet unless @@local_data_location

  @@local_data_location
end
set_local_data_location(folder) click to toggle source
# File lib/greenmonster.rb, line 22
def self.set_local_data_location(folder)
  @@local_data_location = folder
end