Class: SendGrid4r::REST::Sm::Groups::Group
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Sm::Groups::Group
- Defined in:
- lib/sendgrid4r/rest/sm/groups.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_default ⇒ Object
Returns the value of attribute is_default.
-
#last_email_sent_at ⇒ Object
Returns the value of attribute last_email_sent_at.
-
#name ⇒ Object
Returns the value of attribute name.
-
#unsubscribes ⇒ Object
Returns the value of attribute unsubscribes.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
11 12 13 |
# File 'lib/sendgrid4r/rest/sm/groups.rb', line 11 def description @description end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/sendgrid4r/rest/sm/groups.rb', line 11 def id @id end |
#is_default ⇒ Object
Returns the value of attribute is_default
11 12 13 |
# File 'lib/sendgrid4r/rest/sm/groups.rb', line 11 def is_default @is_default end |
#last_email_sent_at ⇒ Object
Returns the value of attribute 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 |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/sendgrid4r/rest/sm/groups.rb', line 11 def name @name end |
#unsubscribes ⇒ Object
Returns the value of attribute unsubscribes
11 12 13 |
# File 'lib/sendgrid4r/rest/sm/groups.rb', line 11 def unsubscribes @unsubscribes end |