Class: FabApi::Endpoints::ExchangeToken
- Inherits:
-
FabApi::Endpoint
- Object
- PartnerApi::Endpoints::Base
- FabApi::Endpoint
- FabApi::Endpoints::ExchangeToken
- Includes:
- PartnerApi::Endpoints::Initializer
- Defined in:
- lib/fab_api/endpoints/exchange_token.rb
Instance Method Summary collapse
-
#initialize(access_token:, system:, transaction_id: Utils::Id.generate) ⇒ ExchangeToken
constructor
A new instance of ExchangeToken.
Methods included from PartnerApi::Endpoints::Initializer
Methods inherited from PartnerApi::Endpoints::Base
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 |