Class: Api::Vendor::V1::GoogleReserve::BaseController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Api::Vendor::V1::GoogleReserve::BaseController
- Includes:
- Concerns::IntegrationTestHelpers, ElasticAPM::SpanHelpers, ResponseCacheConcern
- Defined in:
- app/controllers/api/vendor/v1/google_reserve/base_controller.rb
Direct Known Subclasses
AvailabilitiesController, BookingsController, TimeConversionsController
Instance Attribute Summary collapse
-
#vendor ⇒ Object
readonly
Returns the value of attribute vendor.
Method Summary
Methods included from ResponseCacheConcern
Methods inherited from ApplicationController
#after_sign_in_path_for, #after_sign_out_path_for, #default_url_options, #render_not_found, #routing_error, search_params_key=
Methods included from LogrageCustomLogger
Methods included from ControllerHelpers
#check_boolean_param, #get_banners, #inventory_params, #reservation_params
Instance Attribute Details
#vendor ⇒ Object (readonly)
Returns the value of attribute vendor.
12 13 14 |
# File 'app/controllers/api/vendor/v1/google_reserve/base_controller.rb', line 12 def vendor @vendor end |