Class: Vk::API::Wall::AttachedNote

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/wall/attached_note.rb

Overview

Instance Method Summary collapse

Instance Method Details

#commentsInteger

Returns Comments number.

Returns:

  • (Integer)

    Comments number



15
# File 'lib/vk/api/wall/attached_note.rb', line 15

attribute :comments, API::Types::Coercible::Int

#dateInteger

Returns Date when the note has been created in Unixtime.

Returns:

  • (Integer)

    Date when the note has been created in Unixtime



19
# File 'lib/vk/api/wall/attached_note.rb', line 19

attribute :date, API::Types::Coercible::Int

#idInteger

Returns Note ID.

Returns:

  • (Integer)

    Note ID



11
# File 'lib/vk/api/wall/attached_note.rb', line 11

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

#owner_idInteger

Returns Note owner's ID.

Returns:

  • (Integer)

    Note owner's ID



13
# File 'lib/vk/api/wall/attached_note.rb', line 13

attribute :owner_id, API::Types::Coercible::Int

#read_commentsInteger

Returns Read comments number.

Returns:

  • (Integer)

    Read comments number



17
# File 'lib/vk/api/wall/attached_note.rb', line 17

attribute :read_comments, API::Types::Coercible::Int

#titleString

Returns Note title.

Returns:

  • (String)

    Note title



21
# File 'lib/vk/api/wall/attached_note.rb', line 21

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

#view_urlString

Returns URL of the page with note preview.

Returns:

  • (String)

    URL of the page with note preview



23
# File 'lib/vk/api/wall/attached_note.rb', line 23

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