Class: SendGrid4r::REST::Sm::Groups::Group

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/sm/groups.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/groups.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/groups.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/groups.rb', line 11

def is_default
  @is_default
end

#last_email_sent_atObject

Returns the value of attribute last_email_sent_at

Returns:

  • (Object)

    the current value of last_email_sent_at



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

def last_email_sent_at
  @last_email_sent_at
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#unsubscribesObject

Returns the value of attribute unsubscribes

Returns:

  • (Object)

    the current value of unsubscribes



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

def unsubscribes
  @unsubscribes
end