Class: Vk::API::Docs::Doc

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

Overview

Instance Method Summary collapse

Instance Method Details

#access_keyString



29
# File 'lib/vk/api/docs/doc.rb', line 29

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

#dateInteger



23
# File 'lib/vk/api/docs/doc.rb', line 23

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

#extString



19
# File 'lib/vk/api/docs/doc.rb', line 19

attribute :ext, API::Types::Coercible::String

#idInteger



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

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

#owner_idInteger



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

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

#previewObject



27
# File 'lib/vk/api/docs/doc.rb', line 27

attribute :preview, API::Types::Coercible::Hash.optional.default(nil)

#sizeInteger



17
# File 'lib/vk/api/docs/doc.rb', line 17

attribute :size, API::Types::Coercible::Int

#titleString



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

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

#typeInteger



25
# File 'lib/vk/api/docs/doc.rb', line 25

attribute :type, API::Types::Coercible::Int

#urlString



21
# File 'lib/vk/api/docs/doc.rb', line 21

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