Class: Services::ServiceDefinitionBaseController

Inherits:
ApplicationController show all
Defined in:
app/controllers/services/service_definition_base_controller.rb

Constant Summary

Constants inherited from ApplicationController

ApplicationController::MAX_LIST_LENGTH

Instance Attribute Summary collapse

Instance Attribute Details

#parentObject (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_definitionObject (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