Class: FabApi::Endpoints::ExchangeToken

Inherits:
FabApi::Endpoint show all
Includes:
PartnerApi::Endpoints::Initializer
Defined in:
lib/fab_api/endpoints/exchange_token.rb

Instance Method Summary collapse

Methods included from PartnerApi::Endpoints::Initializer

prepended

Methods inherited from PartnerApi::Endpoints::Base

#call

Constructor Details

#initialize(access_token:, system:, transaction_id: Utils::Id.generate) ⇒ ExchangeToken

Returns a new instance of ExchangeToken.



9
10
11
12
13
# File 'lib/fab_api/endpoints/exchange_token.rb', line 9

def initialize(access_token:, system:, transaction_id: Utils::Id.generate)
  @access_token = access_token
  @system = system
  @transaction_id = transaction_id
end