Class: Vk::API::Leads::Entry

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/leads/entry.rb

Overview

Instance Method Summary collapse

Instance Method Details

#aidInteger

Returns Application ID.

Returns:

  • (Integer)

    Application ID



13
# File 'lib/vk/api/leads/entry.rb', line 13

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

#commentString

Returns Comment text.

Returns:

  • (String)

    Comment text



25
# File 'lib/vk/api/leads/entry.rb', line 25

attribute :comment, API::Types::Coercible::String.optional.default(nil)

#dateInteger

Returns Date when the action has been started in Unixtime.

Returns:

  • (Integer)

    Date when the action has been started in Unixtime



17
# File 'lib/vk/api/leads/entry.rb', line 17

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

#sidString

Returns Session string ID.

Returns:

  • (String)

    Session string ID



15
# File 'lib/vk/api/leads/entry.rb', line 15

attribute :sid, API::Types::Coercible::String.optional.default(nil)

#start_dateInteger

Returns Start date in Unixtime (for status=2).

Returns:

  • (Integer)

    Start date in Unixtime (for status=2)



23
# File 'lib/vk/api/leads/entry.rb', line 23

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

#statusInteger

Returns Action type.

Returns:

  • (Integer)

    Action type



19
# File 'lib/vk/api/leads/entry.rb', line 19

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

#test_modeAPI::Base::BoolInt

Returns Information whether test mode is enabled.

Returns:



21
# File 'lib/vk/api/leads/entry.rb', line 21

attribute :test_mode, API::Base::BoolInt.optional.default(nil)

#uidInteger

Returns User ID.

Returns:

  • (Integer)

    User ID



11
# File 'lib/vk/api/leads/entry.rb', line 11

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