Class: Apps::Gmail::Schema::EmailMessage
- Inherits:
-
Base
- Object
- Base
- Apps::Gmail::Schema::EmailMessage
- Includes:
- Schema::Concerns::PotentialAction
- Defined in:
- lib/apps/gmail/schema/email_message.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#publisher ⇒ Object
Returns the value of attribute publisher.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/apps/gmail/schema/email_message.rb', line 7 def description @description end |
#publisher ⇒ Object
Returns the value of attribute publisher.
7 8 9 |
# File 'lib/apps/gmail/schema/email_message.rb', line 7 def publisher @publisher end |
Instance Method Details
#serialize ⇒ Object
9 10 11 |
# File 'lib/apps/gmail/schema/email_message.rb', line 9 def serialize super.merge("publisher" => publisher&.serialize) # Organization end |