Sha256: b80f0ff4cc99d7bc34e522fdf6f7c468588ca63a6710a730507fefe217e90600
Contents?: true
Size: 589 Bytes
Versions: 13
Compression:
Stored size: 589 Bytes
Contents
module MMS2R ## # Verizon version of MMS2R::Media # # Typically there are two parts to a Verizon MMS # if its just for a image for example. The first part # is text with a message that says the MMS is being # sent from a Verizon subscriber. If the MMS also # contains a user generated message then that will be # at the top of the text greeting from Verizon. The # part of the MMS is the media itself. # # The default subject on these MMS is the empty # string if the user has not already specified one. class MMS2R::VerizonMedia < MMS2R::Media end end
Version data entries
13 entries across 13 versions & 1 rubygems