Class: Vk::API::Stats::Methods::Get
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Stats::Methods::Get
- Defined in:
- lib/vk/api/stats/methods/get.rb
Overview
Returns statistics of a community or an application.
Arguments collapse
-
#app_id ⇒ Integer
Application ID.
-
#date_from ⇒ String
Latest datestamp (in Unix time) of statistics to return.
-
#date_to ⇒ String
End datestamp (in Unix time) of statistics to return.
-
#group_id ⇒ Integer
Community ID.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Stats::Methods::Get constructor
Methods inherited from Schema::Method
Constructor Details
Instance Method Details
#app_id ⇒ Integer
Returns Application ID.
28 |
# File 'lib/vk/api/stats/methods/get.rb', line 28 attribute :app_id, API::Types::Coercible::Int.optional.default(nil) |
#date_from ⇒ String
Returns Latest datestamp (in Unix time) of statistics to return.
30 |
# File 'lib/vk/api/stats/methods/get.rb', line 30 attribute :date_from, API::Types::Coercible::String.optional.default(nil) |