Sha256: b6bc16158c23d4680d3177654253fe2b2773b5bc2cc03c525f69b4932d03a72c
Contents?: true
Size: 396 Bytes
Versions: 1
Compression:
Stored size: 396 Bytes
Contents
module Nylas # Structure to represent the IM Address Schema # @see https://docs.nylas.com/reference#contactsid class IMAddress include Model::Attributable attribute :type, :string attribute :im_address, :string end # Serializes, Deserializes between {IMAddress} objects and their JSON representation class IMAddressType < Types::HashType casts_to IMAddress end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nylas-4.0.0.rc2 | lib/nylas/im_address.rb |