Class: AmazonSES::Stats

Inherits:
Object
  • Object
show all
Defined in:
lib/amazon_ses/stats.rb

Class Method Summary collapse

Class Method Details

.send_quota(secret, key) ⇒ Object



4
5
6
# File 'lib/amazon_ses/stats.rb', line 4

def self.send_quota(secret,key)
  AmazonSES::Base.make_request({"Action"=>"GetSendQuota"},secret,key)
end

.send_stats(secret, key) ⇒ Object



7
8
9
# File 'lib/amazon_ses/stats.rb', line 7

def self.send_stats(secret,key)
  AmazonSES::Base.make_request({"Action"=>"GetSendStatistics"},secret,key)
end