Class: SmsBackupRenderer::UnsupportedPart

Inherits:
MessagePart
  • Object
show all
Defined in:
lib/sms_backup_renderer/models.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(xml) ⇒ UnsupportedPart

Returns a new instance of UnsupportedPart.



83
84
85
# File 'lib/sms_backup_renderer/models.rb', line 83

def initialize(xml)
  @xml = xml
end

Instance Attribute Details

#xmlObject (readonly)

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



81
82
83
# File 'lib/sms_backup_renderer/models.rb', line 81

def xml
  @xml
end