Sha256: 7a047e8b819b76c13c3972df78eb9ede0e5a759aa04b5e37771e47f99af60483
Contents?: true
Size: 430 Bytes
Versions: 26
Compression:
Stored size: 430 Bytes
Contents
module Moneta module Api module Responses class FindAccountsListResponse # Ответ, который содержит список счетов. # Accounts searching response containing the list of accounts. include Moneta::Api::DataMapper # @return[Array[Moneta::Api::Types::AccountInfo]] property :account, type: Moneta::Api::Types::AccountInfo end end end end
Version data entries
26 entries across 26 versions & 1 rubygems