Module: AppReport

Defined in:
lib/app_report/client.rb,
lib/app_report.rb,
lib/app_report/errors.rb,
lib/app_report/decoder.rb,
lib/app_report/api/base.rb,
lib/app_report/api/jasper.rb,
lib/app_report/configuration.rb,
lib/app_report/report/jasper.rb

Overview

This file is part of AppReport.

AppReport is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License.

AppReport is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with AppReport. If not, see <www.gnu.org/licenses/>.

Defined Under Namespace

Modules: API, Client, Configuration, Decoder, Errors, Report

Class Method Summary collapse

Class Method Details

.configure {|AppReport::Configuration| ... } ⇒ Object



38
39
40
41
42
43
# File 'lib/app_report.rb', line 38

def self.configure
  yield AppReport::Configuration

  AppReport::Configuration.validates!
  AppReport::Configuration
end

.settingsObject



45
46
47
# File 'lib/app_report.rb', line 45

def self.settings
  AppReport::Configuration
end