# File lib/client.rb, line 243 def get_account(marker=nil, limit=nil, prefix=nil, full_listing=false) _retry(nil, :get_account, [marker, limit, prefix, @http_conn, full_listing]) end