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) |
#id ⇒ Integer
Returns Doc type ID.
11 |
# File 'lib/vk/api/docs/doc_types.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |
#title ⇒ String
Returns Doc type title.
13 |
# File 'lib/vk/api/docs/doc_types.rb', line 13 attribute :title, API::Types::Coercible::String.optional.default(nil) |