Class: FidorApi::Client
- Inherits:
-
Object
- Object
- FidorApi::Client
- Includes:
- ActiveModel::Model, Account::ClientSupport, Beneficiary::ACH::ClientSupport, Beneficiary::ClientSupport, FidorApi::ConfirmableAction::ClientSupport, FidorApi::Customer::ClientSupport, Message::ClientSupport, Preauth::ClientSupport, SessionToken::ClientSupport, Transaction::ClientSupport, Transfer::ACH::ClientSupport, Transfer::FPS::ClientSupport, Transfer::Internal::ClientSupport, Transfer::P2pAccountNumber::ClientSupport, Transfer::P2pPhone::ClientSupport, Transfer::P2pUsername::ClientSupport, Transfer::SEPA::ClientSupport, User::ClientSupport
- Defined in:
- lib/fidor_api/client.rb
Instance Attribute Summary collapse
-
#token ⇒ Object
Returns the value of attribute token.
Method Summary
Methods included from User::ClientSupport
Methods included from Transfer::P2pUsername::ClientSupport
#build_p2p_username_transfer, #p2p_username_transfer, #p2p_username_transfers, #update_p2p_username_transfer
Methods included from Transfer::P2pPhone::ClientSupport
#build_p2p_phone_transfer, #p2p_phone_transfer, #p2p_phone_transfers, #update_p2p_phone_transfer
Methods included from Transfer::P2pAccountNumber::ClientSupport
#build_p2p_account_number_transfer, #p2p_account_number_transfer, #p2p_account_number_transfers, #update_p2p_account_number_transfer
Methods included from Transfer::FPS::ClientSupport
#build_fps_transfer, #fps_transfer, #fps_transfers
Methods included from Transfer::SEPA::ClientSupport
#build_sepa_transfer, #sepa_transfer, #sepa_transfers
Methods included from Transfer::Internal::ClientSupport
#build_internal_transfer, #internal_transfer, #internal_transfers
Methods included from Transfer::ACH::ClientSupport
#ach_transfer, #ach_transfers, #build_ach_transfer
Methods included from Transaction::ClientSupport
Methods included from SessionToken::ClientSupport
Methods included from Preauth::ClientSupport
Methods included from Message::ClientSupport
#message, #message_attachment, #message_content, #messages
Methods included from FidorApi::Customer::ClientSupport
#confirm_customer_update, #customers, #first_customer, #request_customer_update, #update_customer
Methods included from FidorApi::ConfirmableAction::ClientSupport
#confirmable_action, #confirmable_actions, #refresh_confirmable_action, #update_confirmable_action
Methods included from Beneficiary::ACH::ClientSupport
Methods included from Beneficiary::ClientSupport
#beneficiaries, #beneficiary, #delete_beneficiary
Methods included from Account::ClientSupport
Instance Attribute Details
#token ⇒ Object
Returns the value of attribute token.
6 7 8 |
# File 'lib/fidor_api/client.rb', line 6 def token @token end |