Class: SendGrid4r::REST::Sm::Suppressions::Group

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



11
12
13
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 11

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 11

def id
  @id
end

#is_defaultObject

Returns the value of attribute is_default

Returns:

  • (Object)

    the current value of is_default



11
12
13
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 11

def is_default
  @is_default
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 11

def name
  @name
end

#suppressedObject

Returns the value of attribute suppressed

Returns:

  • (Object)

    the current value of suppressed



11
12
13
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 11

def suppressed
  @suppressed
end