Class: Vk::API::Newsfeed::List

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/newsfeed/list.rb

Overview

Instance Method Summary collapse

Instance Method Details

#idInteger

Returns List ID.

Returns:

  • (Integer)

    List ID



11
# File 'lib/vk/api/newsfeed/list.rb', line 11

attribute :id, API::Types::Coercible::Int

#no_repostsAPI::Base::BoolInt

Returns Information whether reposts hiding is enabled.

Returns:



15
# File 'lib/vk/api/newsfeed/list.rb', line 15

attribute :no_reposts, API::Base::BoolInt.optional.default(nil)

#source_idsArray



17
# File 'lib/vk/api/newsfeed/list.rb', line 17

attribute :source_ids, API::Types::Coercible::Array.member(API::Types::Coercible::Int).optional.default(nil)

#titleString

Returns List title.

Returns:

  • (String)

    List title



13
# File 'lib/vk/api/newsfeed/list.rb', line 13

attribute :title, API::Types::Coercible::String