Class: Vk::API::Leads::Methods::Complete
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Leads::Methods::Complete
- Defined in:
- lib/vk/api/leads/methods/complete.rb
Overview
Completes the lead started by user.
Arguments collapse
-
#comment ⇒ String
Comment text.
-
#secret ⇒ String
Secret key from the lead testing interface.
-
#vk_sid ⇒ String
Session obtained as GET parameter when session started.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Leads::Methods::Complete
|
# File 'lib/vk/api/leads/methods/complete.rb', line 15
|
Instance Method Details
#comment ⇒ String
Returns Comment text.
29 |
# File 'lib/vk/api/leads/methods/complete.rb', line 29 attribute :comment, API::Types::Coercible::String.optional.default(nil) |