Class: FinApps::REST::TenantAppSettings
- Inherits:
-
FinAppsCore::REST::Resources
- Object
- FinAppsCore::REST::Resources
- FinApps::REST::TenantAppSettings
- Defined in:
- lib/finapps/rest/tenant_app_settings.rb
Constant Summary collapse
- END_POINT =
'settings/app'
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
8 9 10 |
# File 'lib/finapps/rest/tenant_app_settings.rb', line 8 def show super nil, END_POINT end |
#update(params) ⇒ Object
12 13 14 15 |
# File 'lib/finapps/rest/tenant_app_settings.rb', line 12 def update(params) not_blank params, :params super params, END_POINT end |