Class: Kaigara::Environment
- Inherits:
-
Object
- Object
- Kaigara::Environment
- Defined in:
- app/models/sysops/environment.rb
Overview
This class is for managing variables and configurations.
Instance Attribute Summary collapse
-
#vars ⇒ Object
Returns the value of attribute vars.
Class Method Summary collapse
-
.load_variables(op) ⇒ Object
Loads variables to class
op
.
Instance Attribute Details
#vars ⇒ Object
Returns the value of attribute vars.
7 8 9 |
# File 'app/models/sysops/environment.rb', line 7 def vars @vars end |