Class: BnzApi::Endpoints::FetchJwk

Inherits:
BnzApi::Endpoint show all
Includes:
PartnerApi::Endpoints::Initializer
Defined in:
lib/bnz_api/endpoints/fetch_jwk.rb

Instance Method Summary collapse

Methods included from PartnerApi::Endpoints::Initializer

prepended

Methods inherited from PartnerApi::Endpoints::Base

#call

Constructor Details

#initialize(request_id: SecureRandom.uuid) ⇒ FetchJwk

Returns a new instance of FetchJwk.



8
9
10
# File 'lib/bnz_api/endpoints/fetch_jwk.rb', line 8

def initialize(request_id: SecureRandom.uuid)
  @request_id = request_id
end

Instance Method Details

#override_data(request_id: SecureRandom.uuid) ⇒ Object



12
13
14
# File 'lib/bnz_api/endpoints/fetch_jwk.rb', line 12

def override_data(request_id: SecureRandom.uuid)
  @request_id = request_id
end