class SmsBackupRenderer::TextPart

Attributes

text[R]

Returns the String content of the message part such as “Hey Jacob, don’t you have something better to do?”.

Public Class Methods

new(text) click to toggle source
# File lib/sms_backup_renderer/models.rb, line 92
def initialize(text)
  @text = text
end