Class: Vk::API::Newsfeed::List
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Newsfeed::List
- Defined in:
- lib/vk/api/newsfeed/list.rb
Overview
Instance Method Summary collapse
-
#id ⇒ Integer
List ID.
-
#no_reposts ⇒ API::Base::BoolInt
Information whether reposts hiding is enabled.
- #source_ids ⇒ Array
-
#title ⇒ String
List title.
Instance Method Details
#id ⇒ Integer
Returns List ID.
11 |
# File 'lib/vk/api/newsfeed/list.rb', line 11 attribute :id, API::Types::Coercible::Int |
#no_reposts ⇒ API::Base::BoolInt
Returns Information whether reposts hiding is enabled.
15 |
# File 'lib/vk/api/newsfeed/list.rb', line 15 attribute :no_reposts, API::Base::BoolInt.optional.default(nil) |