Class: Vk::API::Groups::GroupSettings

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/groups/group_settings.rb

Overview

Instance Method Summary collapse

Instance Method Details

#accessInteger

Returns Community access settings.

Returns:

  • (Integer)

    Community access settings



39
# File 'lib/vk/api/groups/group_settings.rb', line 39

attribute :access, API::Types::Coercible::Int.optional.default(nil)

#addressString

Returns Community's page domain.

Returns:

  • (String)

    Community's page domain



15
# File 'lib/vk/api/groups/group_settings.rb', line 15

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

#audioInteger

Returns Audio settings.

Returns:

  • (Integer)

    Audio settings



25
# File 'lib/vk/api/groups/group_settings.rb', line 25

attribute :audio, API::Types::Coercible::Int.optional.default(nil)

#descriptionString

Returns Community description.

Returns:

  • (String)

    Community description



13
# File 'lib/vk/api/groups/group_settings.rb', line 13

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

#docsInteger

Returns Docs settings.

Returns:

  • (Integer)

    Docs settings



27
# File 'lib/vk/api/groups/group_settings.rb', line 27

attribute :docs, API::Types::Coercible::Int.optional.default(nil)

#obscene_filterAPI::Base::BoolInt

Returns Information whether the obscene filter is enabled.

Returns:



33
# File 'lib/vk/api/groups/group_settings.rb', line 33

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

#obscene_stopwordsAPI::Base::BoolInt

Returns Information whether the stopwords filter is enabled.

Returns:



35
# File 'lib/vk/api/groups/group_settings.rb', line 35

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

#obscene_wordsString

Returns The list of stop words.

Returns:

  • (String)

    The list of stop words



37
# File 'lib/vk/api/groups/group_settings.rb', line 37

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

#photosInteger

Returns Photos settings.

Returns:

  • (Integer)

    Photos settings



21
# File 'lib/vk/api/groups/group_settings.rb', line 21

attribute :photos, API::Types::Coercible::Int.optional.default(nil)

#placeAPI::Base::Place



17
# File 'lib/vk/api/groups/group_settings.rb', line 17

attribute :place, Dry::Types[API::Base::Place].optional.default(nil)

#rssString

Returns URL of the RSS feed.

Returns:

  • (String)

    URL of the RSS feed



45
# File 'lib/vk/api/groups/group_settings.rb', line 45

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

#subjectInteger

Returns Community subject ID.

Returns:

  • (Integer)

    Community subject ID



41
# File 'lib/vk/api/groups/group_settings.rb', line 41

attribute :subject, API::Types::Coercible::Int.optional.default(nil)

#subject_listArray



43
# File 'lib/vk/api/groups/group_settings.rb', line 43

attribute :subject_list, API::Types::Coercible::Array.member(API::Groups::SubjectItem).optional.default(nil)

#titleString

Returns Community title.

Returns:

  • (String)

    Community title



11
# File 'lib/vk/api/groups/group_settings.rb', line 11

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

#topicsInteger

Returns Topics settings.

Returns:

  • (Integer)

    Topics settings



29
# File 'lib/vk/api/groups/group_settings.rb', line 29

attribute :topics, API::Types::Coercible::Int.optional.default(nil)

#videoInteger

Returns Video settings.

Returns:

  • (Integer)

    Video settings



23
# File 'lib/vk/api/groups/group_settings.rb', line 23

attribute :video, API::Types::Coercible::Int.optional.default(nil)

#wallInteger

Returns Wall settings.

Returns:

  • (Integer)

    Wall settings



19
# File 'lib/vk/api/groups/group_settings.rb', line 19

attribute :wall, API::Types::Coercible::Int.optional.default(nil)

#websiteString

Returns Community website.

Returns:

  • (String)

    Community website



47
# File 'lib/vk/api/groups/group_settings.rb', line 47

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

#wikiInteger

Returns Wiki settings.

Returns:

  • (Integer)

    Wiki settings



31
# File 'lib/vk/api/groups/group_settings.rb', line 31

attribute :wiki, API::Types::Coercible::Int.optional.default(nil)