Class: Api::Vendor::V1::GoogleReserve::BaseController

Inherits:
ApplicationController show all
Includes:
Concerns::IntegrationTestHelpers, ElasticAPM::SpanHelpers, ResponseCacheConcern
Defined in:
app/controllers/api/vendor/v1/google_reserve/base_controller.rb

Instance Attribute Summary collapse

Method Summary

Methods included from ResponseCacheConcern

#my_response_cache

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

#append_info_to_payload

Methods included from ControllerHelpers

#check_boolean_param, #get_banners, #inventory_params, #reservation_params

Instance Attribute Details

#vendorObject (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