Class: Services::ServiceBaseController

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

Direct Known Subclasses

MdsPullAccountsController

Constant Summary

Constants inherited from ApplicationController

ApplicationController::MAX_LIST_LENGTH

Instance Attribute Summary collapse

Instance Attribute Details

#serviceObject (readonly)

Returns the value of attribute service.



5
6
7
# File 'app/controllers/services/service_base_controller.rb', line 5

def service
  @service
end