Class: PyrxSynapse::TemplateResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#body_htmlObject

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_typeObject

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_atObject

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_emailObject

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

#idObject

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

#nameObject

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_toObject

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_nameObject

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

#slugObject

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

#subjectObject

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_atObject

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