Class: SendGrid4r::REST::MarketingCampaigns::Contacts::Segments::Condition
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::MarketingCampaigns::Contacts::Segments::Condition
- Defined in:
- lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb
Instance Attribute Summary collapse
-
#and_or ⇒ Object
Returns the value of attribute and_or.
-
#field ⇒ Object
Returns the value of attribute field.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#and_or ⇒ Object
Returns the value of attribute and_or
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 12 def and_or @and_or end |
#field ⇒ Object
Returns the value of attribute field
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 12 def field @field end |
#operator ⇒ Object
Returns the value of attribute operator
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 12 def operator @operator end |
#value ⇒ Object
Returns the value of attribute value
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 12 def value @value end |