Class: Vk::API::Secure::SmsNotification
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Secure::SmsNotification
- Defined in:
- lib/vk/api/secure/sms_notification.rb
Overview
Instance Method Summary collapse
-
#app_id ⇒ Integer
Application ID.
-
#date ⇒ Integer
Date when message has been sent in Unixtime.
-
#id ⇒ Integer
Notification ID.
-
#message ⇒ String
Messsage text.
-
#user_id ⇒ Integer
User ID.
Instance Method Details
#app_id ⇒ Integer
Returns Application ID.
13 |
# File 'lib/vk/api/secure/sms_notification.rb', line 13 attribute :app_id, API::Types::Coercible::Int.optional.default(nil) |
#date ⇒ Integer
Returns Date when message has been sent in Unixtime.
17 |
# File 'lib/vk/api/secure/sms_notification.rb', line 17 attribute :date, API::Types::Coercible::Int.optional.default(nil) |
#id ⇒ Integer
Returns Notification ID.
11 |
# File 'lib/vk/api/secure/sms_notification.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |