Class: Services::ServiceDefinitionBaseController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Services::ServiceDefinitionBaseController
- Defined in:
- app/controllers/services/service_definition_base_controller.rb
Direct Known Subclasses
ConfiguredAccountBaseController, ConfiguredAccountsController, ConfiguredFacilitiesController, ServiceDefinitionsController
Constant Summary
Constants inherited from ApplicationController
ApplicationController::MAX_LIST_LENGTH
Instance Attribute Summary collapse
-
#parent ⇒ Object
readonly
Returns the value of attribute parent.
-
#service_definition ⇒ Object
readonly
Returns the value of attribute service_definition.
Instance Attribute Details
#parent ⇒ Object (readonly)
Returns the value of attribute parent.
5 6 7 |
# File 'app/controllers/services/service_definition_base_controller.rb', line 5 def parent @parent end |
#service_definition ⇒ Object (readonly)
Returns the value of attribute service_definition.
5 6 7 |
# File 'app/controllers/services/service_definition_base_controller.rb', line 5 def service_definition @service_definition end |