Method: Postmark::AccountApiClient#get_sender
- Defined in:
- lib/postmark/account_api_client.rb
#get_sender(id) ⇒ Object Also known as: get_signature
26 27 28 |
# File 'lib/postmark/account_api_client.rb', line 26 def get_sender(id) format_response http_client.get("senders/#{id.to_i}") end |