Class: Services::ThirdPartyBaseController

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

Constant Summary

Constants inherited from ApplicationController

ApplicationController::MAX_LIST_LENGTH

Instance Attribute Summary collapse

Instance Attribute Details

#third_partyObject (readonly)

Returns the value of attribute third_party.



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

def third_party
  @third_party
end