Method: Postmark::AccountApiClient#get_server

Defined in:
lib/postmark/account_api_client.rb

#get_server(id) ⇒ Object



125
126
127
# File 'lib/postmark/account_api_client.rb', line 125

def get_server(id)
  format_response http_client.get("servers/#{id.to_i}")
end