Sha256: f29e7328bda662439c9dc0073ef796779cb3039873ae204c1720b494deae0ade

Contents?: true

Size: 193 Bytes

Versions: 12

Compression:

Stored size: 193 Bytes

Contents

module SendGridWebApi::Modules
  class Stats < SendGridWebApi::Client
    def get options = {}
      stats_get_url = "stats.get.json"
      query_api(stats_get_url, options)
    end
  end  
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
sendgrid_webapi-0.2.1 lib/web_api/stats.rb
sendgrid_webapi-0.2.0 lib/web_api/stats.rb
sendgrid_webapi-0.1.2 lib/web_api/stats.rb
sendgrid_webapi-0.1.1 lib/web_api/stats.rb
sendgrid_webapi-0.1.0 lib/web_api/stats.rb
sendgrid_webapi-0.0.8 lib/web_api/stats.rb
sendgrid_webapi-0.0.6 lib/web_api/stats.rb
sendgrid_webapi-0.0.5 lib/web_api/stats.rb
sendgrid_webapi-0.0.4 lib/web_api/stats.rb
sendgrid_webapi-0.0.3 lib/web_api/stats.rb
sendgrid_webapi-0.0.2 lib/web_api/stats.rb
sendgrid_webapi-0.0.1 lib/web_api/stats.rb