class SmsBackupRenderer::UnsupportedPart

Attributes

xml[R]

Returns a String containing the XML data of the message part.

Public Class Methods

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