Module: Rails::Service
- Defined in:
- lib/rails/service.rb,
lib/rails/service/boot.rb,
lib/rails/service/config.rb,
lib/rails/service/engine.rb,
lib/rails/service/context.rb,
lib/rails/service/version.rb,
lib/rails/service/manifest.rb,
lib/rails/service/app_config.rb,
lib/rails/service/admin_view_resolver.rb,
app/helpers/rails/service/admin_helper.rb
Defined Under Namespace
Modules: AdminHelper, AppConfig, Boot, Manifest Classes: AdminController, AdminViewResolver, BaseController, Config, Context, Engine, StatusController
Constant Summary collapse
- VERSION =
'0.2.0'
Class Attribute Summary collapse
-
.app_config ⇒ Object
readonly
Returns the value of attribute app_config.
-
.config ⇒ Object
readonly
Returns the value of attribute config.
-
.context ⇒ Object
readonly
Returns the value of attribute context.
-
.logger ⇒ Object
readonly
Returns the value of attribute logger.
-
.manifest ⇒ Object
readonly
Returns the value of attribute manifest.
Class Method Summary collapse
Class Attribute Details
.app_config ⇒ Object (readonly)
Returns the value of attribute app_config.
12 13 14 |
# File 'lib/rails/service.rb', line 12 def app_config @app_config end |
.config ⇒ Object (readonly)
Returns the value of attribute config.
12 13 14 |
# File 'lib/rails/service.rb', line 12 def config @config end |
.context ⇒ Object (readonly)
Returns the value of attribute context.
12 13 14 |
# File 'lib/rails/service.rb', line 12 def context @context end |
.logger ⇒ Object (readonly)
Returns the value of attribute logger.
12 13 14 |
# File 'lib/rails/service.rb', line 12 def logger @logger end |
.manifest ⇒ Object (readonly)
Returns the value of attribute manifest.
12 13 14 |
# File 'lib/rails/service.rb', line 12 def manifest @manifest end |