Class: Vk::API::Docs::DocTypes
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Docs::DocTypes
- Defined in:
- lib/vk/api/docs/doc_types.rb
Overview
Instance Method Summary collapse
-
#count ⇒ Integer
Number of docs.
-
#id ⇒ Integer
Doc type ID.
-
#title ⇒ String
Doc type title.
Instance Method Details
#count ⇒ Integer
Returns Number of docs.
15 |
# File 'lib/vk/api/docs/doc_types.rb', line 15 attribute :count, API::Types::Coercible::Int.optional.default(nil) |