Class: PyrxSynapse::TemplateResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/pyrx_synapse/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_html ⇒ Object

Returns the value of attribute body_html

Returns:

  • (Object) —

    the current value of body_html



29
30
31
# File 'lib/pyrx_synapse/client.rb', line 29

def body_html
  @body_html
end

#content_type ⇒ Object

Returns the value of attribute content_type

Returns:

  • (Object) —

    the current value of content_type



29
30
31
# File 'lib/pyrx_synapse/client.rb', line 29

def content_type
  @content_type
end

#created_at ⇒ Object

Returns the value of attribute created_at

Returns:

  • (Object) —

    the current value of created_at



29
30
31
# File 'lib/pyrx_synapse/client.rb', line 29

def created_at
  @created_at
end

#from_email ⇒ Object

Returns the value of attribute from_email

Returns:

  • (Object) —

    the current value of from_email



29
30
31
# File 'lib/pyrx_synapse/client.rb', line 29

def from_email
  @from_email
end

#id ⇒ Object

Returns the value of attribute id

Returns:

  • (Object) —

    the current value of id



29
30
31
# File 'lib/pyrx_synapse/client.rb', line 29

def id
  @id
end

#name ⇒ Object

Returns the value of attribute name

Returns:

  • (Object) —

    the current value of name



29
30
31
# File 'lib/pyrx_synapse/client.rb', line 29

def name
  @name
end

#reply_to ⇒ Object

Returns the value of attribute reply_to

Returns:

  • (Object) —

    the current value of reply_to



29
30
31
# File 'lib/pyrx_synapse/client.rb', line 29

def reply_to
  @reply_to
end

#sender_name ⇒ Object

Returns the value of attribute sender_name

Returns:

  • (Object) —

    the current value of sender_name



29
30
31
# File 'lib/pyrx_synapse/client.rb', line 29

def sender_name
  @sender_name
end

#slug ⇒ Object

Returns the value of attribute slug

Returns:

  • (Object) —

    the current value of slug



29
30
31
# File 'lib/pyrx_synapse/client.rb', line 29

def slug
  @slug
end

#subject ⇒ Object

Returns the value of attribute subject

Returns:

  • (Object) —

    the current value of subject



29
30
31
# File 'lib/pyrx_synapse/client.rb', line 29

def subject
  @subject
end

#updated_at ⇒ Object

Returns the value of attribute updated_at

Returns:

  • (Object) —

    the current value of updated_at



29
30
31
# File 'lib/pyrx_synapse/client.rb', line 29

def updated_at
  @updated_at
end