Class: WcoHosting::Environment

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document, Mongoid::Timestamps, Wco::Utils
Defined in:
app/models/wco_hosting/environment.rb

Instance Method Summary collapse

Methods included from Wco::Utils

#export, included

Instance Method Details

#env_jsonObject

variable @env in execution environments



17
# File 'app/models/wco_hosting/environment.rb', line 17

field :env_json, type: Object, default: '{}'

#to_sObject



20
21
22
# File 'app/models/wco_hosting/environment.rb', line 20

def to_s
  name
end