Method: Postmark::AccountApiClient#get_domains_count
- Defined in:
- lib/postmark/account_api_client.rb
#get_domains_count(options = {}) ⇒ Object
73 74 75 |
# File 'lib/postmark/account_api_client.rb', line 73 def get_domains_count( = {}) get_resource_count('domains', ) end |