Class: Vk::API::Leads::Start
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Leads::Start
- Defined in:
- lib/vk/api/leads/start.rb
Overview
Instance Method Summary collapse
-
#test_mode ⇒ API::Base::BoolInt
Information whether test mode is enabled.
-
#vk_sid ⇒ String
Session data.
Instance Method Details
#test_mode ⇒ API::Base::BoolInt
Returns Information whether test mode is enabled.
11 |
# File 'lib/vk/api/leads/start.rb', line 11 attribute :test_mode, API::Base::BoolInt.optional.default(nil) |