Class: Vk::API::Leads::Complete
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Leads::Complete
- Defined in:
- lib/vk/api/leads/complete.rb
Overview
Instance Method Summary collapse
-
#cost ⇒ Integer
Offer cost.
-
#limit ⇒ Integer
Offer limit.
-
#spent ⇒ Integer
Amount of spent votes.
- #success ⇒ API::Base::OkResponse
-
#test_mode ⇒ API::Base::BoolInt
Information whether test mode is enabled.
Instance Method Details
#cost ⇒ Integer
Returns Offer cost.
15 |
# File 'lib/vk/api/leads/complete.rb', line 15 attribute :cost, API::Types::Coercible::Int.optional.default(nil) |
#limit ⇒ Integer
Returns Offer limit.
11 |
# File 'lib/vk/api/leads/complete.rb', line 11 attribute :limit, API::Types::Coercible::Int.optional.default(nil) |
#spent ⇒ Integer
Returns Amount of spent votes.
13 |
# File 'lib/vk/api/leads/complete.rb', line 13 attribute :spent, API::Types::Coercible::Int.optional.default(nil) |
#success ⇒ API::Base::OkResponse
19 |
# File 'lib/vk/api/leads/complete.rb', line 19 attribute :success, API::Base::OkResponse.optional.default(nil) |
#test_mode ⇒ API::Base::BoolInt
Returns Information whether test mode is enabled.
17 |
# File 'lib/vk/api/leads/complete.rb', line 17 attribute :test_mode, API::Base::BoolInt.optional.default(nil) |