Class: Vk::API::Leads::Methods::GetStats
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Leads::Methods::GetStats
- Defined in:
- lib/vk/api/leads/methods/get_stats.rb
Overview
Returns lead stats data.
Arguments collapse
-
#date_end ⇒ String
Day to finish stats (YYYY_MM_DD, e.g.2011-09-17).
-
#date_start ⇒ String
Day to start stats from (YYYY_MM_DD, e.g.2011-09-17).
-
#lead_id ⇒ Integer
Lead ID.
-
#secret ⇒ String
Secret key obtained from the lead testing interface.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Leads::Methods::GetStats
|
# File 'lib/vk/api/leads/methods/get_stats.rb', line 15
|
Instance Method Details
#date_end ⇒ String
Returns Day to finish stats (YYYY_MM_DD, e.g.2011-09-17).
32 |
# File 'lib/vk/api/leads/methods/get_stats.rb', line 32 attribute :date_end, API::Types::Coercible::String.optional.default(nil) |
#date_start ⇒ String
Returns Day to start stats from (YYYY_MM_DD, e.g.2011-09-17).
30 |
# File 'lib/vk/api/leads/methods/get_stats.rb', line 30 attribute :date_start, API::Types::Coercible::String.optional.default(nil) |