Class: Vk::API::Leads::Checked

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

Overview

Instance Method Summary collapse

Instance Method Details

#reasonString

Returns Reason why user can't start the lead.

Returns:

  • (String)

    Reason why user can't start the lead



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

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

#resultString

Returns Information whether user can start the lead.

Returns:

  • (String)

    Information whether user can start the lead



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

attribute :result, API::Types::Coercible::String.enum("true", "false").optional.default(nil)

#sidString

Returns Session ID.

Returns:

  • (String)

    Session ID



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

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

Returns URL user should open to start the lead.

Returns:

  • (String)

    URL user should open to start the lead



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

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