Class: Vk::API::Ads::DemoStats
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Ads::DemoStats
- Defined in:
- lib/vk/api/ads/demo_stats.rb
Overview
Instance Method Summary collapse
Instance Method Details
#id ⇒ Integer
Returns Object ID.
11 |
# File 'lib/vk/api/ads/demo_stats.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |
#stats ⇒ API::Ads::DemostatsFormat
15 |
# File 'lib/vk/api/ads/demo_stats.rb', line 15 attribute :stats, Dry::Types[API::Ads::DemostatsFormat].optional.default(nil) |
#type ⇒ API::Ads::ObjectType
13 |
# File 'lib/vk/api/ads/demo_stats.rb', line 13 attribute :type, API::Ads::ObjectType.optional.default(nil) |