The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Voice::SMS::Message

DESCRIPTION

One message in an sms conversation

USAGE

  print "Inbound message" if $sms_message->inbound;
  print $sms_message->text;

ATTRIBUTES

text

Text content of message

inbound

True/false

outbound

True/false

xml

Raw xml

METHODS

new