Class: SendGrid4r::REST::MarketingCampaigns::Contacts::Segments::Segment

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conditionsObject

Returns the value of attribute conditions

Returns:

  • (Object)

    the current value of conditions



13
14
15
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 13

def conditions
  @conditions
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



13
14
15
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 13

def id
  @id
end

#list_idObject

Returns the value of attribute list_id

Returns:

  • (Object)

    the current value of list_id



13
14
15
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 13

def list_id
  @list_id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 13

def name
  @name
end

#recipient_countObject

Returns the value of attribute recipient_count

Returns:

  • (Object)

    the current value of recipient_count



13
14
15
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 13

def recipient_count
  @recipient_count
end