class Virgil::SDK::HighLevel::VirgilCard::AppCredentialsException

Public Instance Methods

to_s() click to toggle source
# File lib/virgil/sdk/high_level/virgil_card.rb, line 52
def to_s
  "For this operation we need app_id and app_key"
end