Class: SendGrid4r::REST::ApiKeysManagement::ApiKey
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::ApiKeysManagement::ApiKey
- Defined in:
- lib/sendgrid4r/rest/api_keys_management/api_keys.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_key_id ⇒ Object
Returns the value of attribute api_key_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute 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_id ⇒ Object
Returns the value of attribute 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 |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/sendgrid4r/rest/api_keys_management/api_keys.rb', line 11 def name @name end |
#scopes ⇒ Object
Returns the value of attribute scopes
11 12 13 |
# File 'lib/sendgrid4r/rest/api_keys_management/api_keys.rb', line 11 def scopes @scopes end |