Class: SendGrid4r::REST::Sm::Suppressions::Suppression

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/sm/suppressions.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



41
42
43
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 41

def created_at
  @created_at
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



41
42
43
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 41

def email
  @email
end

#group_idObject

Returns the value of attribute group_id

Returns:

  • (Object)

    the current value of group_id



41
42
43
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 41

def group_id
  @group_id
end

#group_nameObject

Returns the value of attribute group_name

Returns:

  • (Object)

    the current value of group_name



41
42
43
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 41

def group_name
  @group_name
end