Class: Vk::API::Docs::DocTypes

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/docs/doc_types.rb

Overview

Instance Method Summary collapse

Instance Method Details

#countInteger

Returns Number of docs.

Returns:

  • (Integer)

    Number of docs



15
# File 'lib/vk/api/docs/doc_types.rb', line 15

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

#idInteger

Returns Doc type ID.

Returns:

  • (Integer)

    Doc type ID



11
# File 'lib/vk/api/docs/doc_types.rb', line 11

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

#titleString

Returns Doc type title.

Returns:

  • (String)

    Doc type title



13
# File 'lib/vk/api/docs/doc_types.rb', line 13

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