module SendgridToolkit
Constants
- BASE_URI
Public Class Methods
api_key()
click to toggle source
# File lib/sendgrid_toolkit.rb, line 26 def api_key; @api_key; end
api_key=(v)
click to toggle source
# File lib/sendgrid_toolkit.rb, line 25 def api_key=(v); @api_key = v; end
api_user()
click to toggle source
# File lib/sendgrid_toolkit.rb, line 23 def api_user; @api_user; end
api_user=(v)
click to toggle source
# File lib/sendgrid_toolkit.rb, line 22 def api_user=(v); @api_user = v; end