Class: Vk::API::Users::LastSeen
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Users::LastSeen
- Defined in:
- lib/vk/api/users/last_seen.rb
Overview
Instance Method Summary collapse
-
#platform ⇒ Integer
Type of the platform that used for the last authorization.
-
#time ⇒ Integer
Last visit date (in Unix time).
Instance Method Details
#platform ⇒ Integer
Returns Type of the platform that used for the last authorization.
13 |
# File 'lib/vk/api/users/last_seen.rb', line 13 attribute :platform, API::Types::Coercible::Int.optional.default(nil) |
#time ⇒ Integer
Returns Last visit date (in Unix time).
11 |
# File 'lib/vk/api/users/last_seen.rb', line 11 attribute :time, API::Types::Coercible::Int.optional.default(nil) |