Class: TD::Types::DeviceToken::SimplePush
- Inherits:
-
TD::Types::DeviceToken
- Object
- Dry::Struct
- Base
- TD::Types::DeviceToken
- TD::Types::DeviceToken::SimplePush
- Defined in:
- lib/tdlib/types/device_token/simple_push.rb
Overview
A token for Simple Push API for Firefox OS.
Instance Attribute Summary collapse
-
#endpoint ⇒ TD::Types::String?
Absolute URL exposed by the push service where the application server can send push messages; may be empty to de-register a device.
Method Summary
Methods inherited from Base
Instance Attribute Details
#endpoint ⇒ TD::Types::String?
Absolute URL exposed by the push service where the application server can send push messages; may be empty to de-register a device.
6 7 8 |
# File 'lib/tdlib/types/device_token/simple_push.rb', line 6 def endpoint @endpoint end |