Sha256: bc3bf39239a20288340db2560e714f4a96ec213b4d701107e1a83bd296a29b3b
Contents?: true
Size: 361 Bytes
Versions: 4
Compression:
Stored size: 361 Bytes
Contents
module TD::Types # A token for Simple Push API for Firefox OS. # # @attr endpoint [String, nil] Absolute URL exposed by the push service where the application server can send push # messages; may be empty to de-register a device. class DeviceToken::SimplePush < DeviceToken attribute :endpoint, TD::Types::String.optional.default(nil) end end
Version data entries
4 entries across 4 versions & 2 rubygems