Class: Vk::API::Pages::WikipageFull

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/pages/wikipage_full.rb

Overview

Instance Method Summary collapse

Instance Method Details

#createdInteger

Returns Date when the page has been created in Unixtime.

Returns:

  • (Integer)

    Date when the page has been created in Unixtime



27
# File 'lib/vk/api/pages/wikipage_full.rb', line 27

attribute :created, API::Types::Coercible::Int

#creator_idInteger

Returns Page creator ID.

Returns:

  • (Integer)

    Page creator ID



33
# File 'lib/vk/api/pages/wikipage_full.rb', line 33

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

#current_user_can_editAPI::Base::BoolInt

Returns Information whether current user can edit the page.

Returns:



17
# File 'lib/vk/api/pages/wikipage_full.rb', line 17

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

#current_user_can_edit_accessAPI::Base::BoolInt

Returns Information whether current user can edit the page access settings.

Returns:

  • (API::Base::BoolInt)

    Information whether current user can edit the page access settings



19
# File 'lib/vk/api/pages/wikipage_full.rb', line 19

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

#editedInteger

Returns Date when the page has been edited in Unixtime.

Returns:

  • (Integer)

    Date when the page has been edited in Unixtime



25
# File 'lib/vk/api/pages/wikipage_full.rb', line 25

attribute :edited, API::Types::Coercible::Int

#editor_idInteger

Returns Last editor ID.

Returns:

  • (Integer)

    Last editor ID



31
# File 'lib/vk/api/pages/wikipage_full.rb', line 31

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

#group_idInteger

Returns Community ID.

Returns:

  • (Integer)

    Community ID



13
# File 'lib/vk/api/pages/wikipage_full.rb', line 13

attribute :group_id, API::Types::Coercible::Int

#htmlString

Returns Page content, HTML.

Returns:

  • (String)

    Page content, HTML



37
# File 'lib/vk/api/pages/wikipage_full.rb', line 37

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

#idInteger

Returns Page ID.

Returns:

  • (Integer)

    Page ID



11
# File 'lib/vk/api/pages/wikipage_full.rb', line 11

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

#sourceString

Returns Page content, wiki.

Returns:

  • (String)

    Page content, wiki



35
# File 'lib/vk/api/pages/wikipage_full.rb', line 35

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

#titleString

Returns Page title.

Returns:

  • (String)

    Page title



15
# File 'lib/vk/api/pages/wikipage_full.rb', line 15

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

#view_urlString

Returns URL of the page preview.

Returns:

  • (String)

    URL of the page preview



39
# File 'lib/vk/api/pages/wikipage_full.rb', line 39

attribute :view_url, API::Types::Coercible::String

#viewsInteger

Returns Views number.

Returns:

  • (Integer)

    Views number



29
# File 'lib/vk/api/pages/wikipage_full.rb', line 29

attribute :views, API::Types::Coercible::Int

#who_can_editAPI::Pages::PrivacySettings

Returns Edit settings of the page.

Returns:



23
# File 'lib/vk/api/pages/wikipage_full.rb', line 23

attribute :who_can_edit, API::Pages::PrivacySettings

#who_can_viewAPI::Pages::PrivacySettings

Returns View settings of the page.

Returns:



21
# File 'lib/vk/api/pages/wikipage_full.rb', line 21

attribute :who_can_view, API::Pages::PrivacySettings