Class: Mailflow::Client

Inherits:
Object
  • Object
show all
Includes:
APIOperations
Defined in:
lib/mailflow-ruby/client.rb

Class Method Summary collapse

Methods included from APIOperations

included

Class Method Details

.testObject



11
12
13
14
# File 'lib/mailflow-ruby/client.rb', line 11

def self.test
  response = get_request('test')
  return {status: response.code}
end