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

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



10
11
12
# File 'lib/sendgrid_api.rb', line 10

def api_key
  @api_key
end

.api_userObject

Returns the value of attribute api_user.



10
11
12
# File 'lib/sendgrid_api.rb', line 10

def api_user
  @api_user
end