Class: SendGrid4r::REST::ApiKeysManagement::ApiKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/api_keys_management/api_keys.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



11
12
13
# File 'lib/sendgrid4r/rest/api_keys_management/api_keys.rb', line 11

def api_key
  @api_key
end

#api_key_idObject

Returns the value of attribute api_key_id

Returns:

  • (Object)

    the current value of api_key_id



11
12
13
# File 'lib/sendgrid4r/rest/api_keys_management/api_keys.rb', line 11

def api_key_id
  @api_key_id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/sendgrid4r/rest/api_keys_management/api_keys.rb', line 11

def name
  @name
end

#scopesObject

Returns the value of attribute scopes

Returns:

  • (Object)

    the current value of scopes



11
12
13
# File 'lib/sendgrid4r/rest/api_keys_management/api_keys.rb', line 11

def scopes
  @scopes
end