Class: Vk::API::Ads::TargSuggestionsSchools
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Ads::TargSuggestionsSchools
- Defined in:
- lib/vk/api/ads/targ_suggestions_schools.rb
Overview
Instance Method Summary collapse
-
#desc ⇒ String
Full school title.
-
#id ⇒ Integer
School ID.
-
#name ⇒ String
School title.
-
#parent ⇒ String
City name.
-
#type ⇒ String
School type.
Instance Method Details
#desc ⇒ String
Returns Full school title.
15 |
# File 'lib/vk/api/ads/targ_suggestions_schools.rb', line 15 attribute :desc, API::Types::Coercible::String.optional.default(nil) |
#id ⇒ Integer
Returns School ID.
11 |
# File 'lib/vk/api/ads/targ_suggestions_schools.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |
#name ⇒ String
Returns School title.
13 |
# File 'lib/vk/api/ads/targ_suggestions_schools.rb', line 13 attribute :name, API::Types::Coercible::String.optional.default(nil) |