Class: SendGrid4r::REST::Alerts::Alert

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



10
11
12
# File 'lib/sendgrid4r/rest/alerts.rb', line 10

def created_at
  @created_at
end

#email_toObject

Returns the value of attribute email_to

Returns:

  • (Object)

    the current value of email_to



10
11
12
# File 'lib/sendgrid4r/rest/alerts.rb', line 10

def email_to
  @email_to
end

#frequencyObject

Returns the value of attribute frequency

Returns:

  • (Object)

    the current value of frequency



10
11
12
# File 'lib/sendgrid4r/rest/alerts.rb', line 10

def frequency
  @frequency
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/sendgrid4r/rest/alerts.rb', line 10

def id
  @id
end

#percentageObject

Returns the value of attribute percentage

Returns:

  • (Object)

    the current value of percentage



10
11
12
# File 'lib/sendgrid4r/rest/alerts.rb', line 10

def percentage
  @percentage
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/sendgrid4r/rest/alerts.rb', line 10

def type
  @type
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



10
11
12
# File 'lib/sendgrid4r/rest/alerts.rb', line 10

def updated_at
  @updated_at
end