Class: Services::ConfiguredAccountBaseController

Inherits:
ServiceDefinitionBaseController show all
Defined in:
app/controllers/services/configured_account_base_controller.rb

Direct Known Subclasses

AvailableFilesController

Constant Summary

Constants inherited from ApplicationController

ApplicationController::MAX_LIST_LENGTH

Instance Attribute Summary collapse

Attributes inherited from ServiceDefinitionBaseController

#parent, #service_definition

Instance Attribute Details

#configured_accountObject (readonly)

Returns the value of attribute configured_account.



4
5
6
# File 'app/controllers/services/configured_account_base_controller.rb', line 4

def 
  @configured_account
end