Exception: A55::MissingAccountIdError

Inherits:
A55Error
  • Object
show all
Defined in:
lib/a55/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



18
19
20
# File 'lib/a55/errors.rb', line 18

def message
 "account_id is required to transaction, please set A55::Client.new(account_id) or A55.account_id = 00"
end