Class: SendGrid4r::REST::MarketingCampaigns::Contacts::Segments::Condition

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

Instance Attribute Summary collapse

Instance Attribute Details

#and_orObject

Returns the value of attribute and_or

Returns:

  • (Object)

    the current value of and_or



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

def and_or
  @and_or
end

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



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

def field
  @field
end

#operatorObject

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



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

def operator
  @operator
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end