Module: FReCon

Defined in:
lib/frecon/base/variables.rb,
lib/frecon/model.rb,
lib/frecon/routes.rb,
lib/frecon/server.rb,
lib/frecon/console.rb,
lib/frecon/scraper.rb,
lib/frecon/database.rb,
lib/frecon/position.rb,
lib/frecon/controller.rb,
lib/frecon/models/team.rb,
lib/frecon/match_number.rb,
lib/frecon/models/match.rb,
lib/frecon/models/robot.rb,
lib/frecon/configuration.rb,
lib/frecon/models/record.rb,
lib/frecon/configuration_file.rb,
lib/frecon/models/competition.rb,
lib/frecon/models/participation.rb,
lib/frecon/controllers/dump_controller.rb,
lib/frecon/controllers/teams_controller.rb,
lib/frecon/controllers/robots_controller.rb,
lib/frecon/controllers/matches_controller.rb,
lib/frecon/controllers/records_controller.rb,
lib/frecon/controllers/competitions_controller.rb,
lib/frecon/controllers/participations_controller.rb

Overview

lib/frecon/base/variables.rb

Copyright © 2014 Christopher Cooper, Sam Craig, Tiger Huang, Vincent Mai, Sam Mercier, and Kristofer Rye

This file is part of FReCon, an API for scouting at FRC Competitions, which is licensed under the MIT license. You should have received a copy of the MIT license with this program. If not, please see <opensource.org/licenses/MIT>.

Defined Under Namespace

Modules: Routes Classes: Competition, CompetitionsController, Configuration, ConfigurationFile, Console, Controller, Database, DumpController, Match, MatchNumber, MatchesController, Model, Participation, ParticipationsController, Position, Record, RecordsController, Robot, RobotsController, Scraper, Server, Team, TeamsController

Class Method Summary collapse

Class Method Details

.environmentObject



15
16
17
# File 'lib/frecon/base/variables.rb', line 15

def self.environment
  @environment_variable
end

.environment=(arg) ⇒ Object



19
20
21
# File 'lib/frecon/base/variables.rb', line 19

def self.environment=(arg)
  @environment_variable = arg
end