Module: Cyclid
- Defined in:
- app/cyclid_ui.rb,
app/cyclid_ui.rb,
app/cyclid_ui/config.rb,
app/cyclid_ui/helpers.rb,
lib/cyclid_ui/version.rb,
app/cyclid_ui/memcache.rb,
app/cyclid_ui/views/job.rb,
app/cyclid_ui/views/user.rb,
app/cyclid_ui/models/user.rb,
app/cyclid_ui/views/login.rb,
app/cyclid_ui/views/layout.rb,
app/cyclid_ui/controllers/auth.rb,
app/cyclid_ui/controllers/base.rb,
app/cyclid_ui/controllers/user.rb,
app/cyclid_ui/controllers/health.rb,
app/cyclid_ui/views/organization.rb,
app/cyclid_ui/controllers/default.rb,
app/cyclid_ui/controllers/organization.rb
Overview
Copyright 2016 Liqwyd Ltd.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Defined Under Namespace
Modules: UI
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
35 36 37 |
# File 'app/cyclid_ui.rb', line 35 def config @config end |
.logger ⇒ Object
Returns the value of attribute logger.
35 36 37 |
# File 'app/cyclid_ui.rb', line 35 def logger @logger end |