Class: Hubspot::Mailer::Message

Inherits:
Mail::Message
  • Object
show all
Defined in:
lib/hubspot/mailer/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contact_propertiesObject

Returns the value of attribute contact_properties.



6
7
8
# File 'lib/hubspot/mailer/message.rb', line 6

def contact_properties
  @contact_properties
end

#custom_propertiesObject

Returns the value of attribute custom_properties.



7
8
9
# File 'lib/hubspot/mailer/message.rb', line 7

def custom_properties
  @custom_properties
end

#email_idObject

Returns the value of attribute email_id.



4
5
6
# File 'lib/hubspot/mailer/message.rb', line 4

def email_id
  @email_id
end

#send_idObject

Returns the value of attribute send_id.



5
6
7
# File 'lib/hubspot/mailer/message.rb', line 5

def send_id
  @send_id
end