Class: Vk::API::Ads::Rules

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/ads/rules.rb

Overview

Instance Method Summary collapse

Instance Method Details

#paragraphsArray



13
# File 'lib/vk/api/ads/rules.rb', line 13

attribute :paragraphs, API::Types::Coercible::Array.member(API::Ads::Paragraphs).optional.default(nil)

#titleString

Returns Comment.

Returns:

  • (String)

    Comment



11
# File 'lib/vk/api/ads/rules.rb', line 11

attribute :title, API::Types::Coercible::String.optional.default(nil)