Module: Sendgrid
- Defined in:
- lib/sendgrid_api.rb,
lib/sendgrid_api/client.rb,
lib/sendgrid_api/subuser.rb,
lib/sendgrid_api/version.rb,
lib/sendgrid_api/response.rb
Defined Under Namespace
Classes: Client, Response, Subuser
Constant Summary collapse
- VERSION =
"0.0.2"
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.api_user ⇒ Object
Returns the value of attribute api_user.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
10 11 12 |
# File 'lib/sendgrid_api.rb', line 10 def api_key @api_key end |
.api_user ⇒ Object
Returns the value of attribute api_user.
10 11 12 |
# File 'lib/sendgrid_api.rb', line 10 def api_user @api_user end |