Class: Vk::API::Utils::Responses::GetServerTimeResponse

Inherits:
Schema::Response
  • Object
show all
Defined in:
lib/vk/api/utils/responses/get_server_time_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#responseInteger

Returns Time as Unixtime.

Returns:

  • (Integer)

    Time as Unixtime



11
# File 'lib/vk/api/utils/responses/get_server_time_response.rb', line 11

attribute :response, API::Types::Coercible::Int.optional.default(nil)