Sha256: 8db1d5ef2492ec84622026c1fb3fdc4d5e73f1a682a74ffd473d401a6004d6c4
Contents?: true
Size: 417 Bytes
Versions: 10
Compression:
Stored size: 417 Bytes
Contents
module Exchanger # The Entry element represents a telephone number for a contact. # # http://msdn.microsoft.com/en-us/library/aa565941.aspx class PhoneNumber < Entry self.field_uri_namespace = :"contacts:PhoneNumber" key :key # BusinessFax, BusinessPhone, BusinessPhone2, MobilePhone ... # A text value that represents the entry is required if this element is used. element :text end end
Version data entries
10 entries across 10 versions & 1 rubygems