Class: Vk::API::Widgets::Methods::GetComments

Inherits:
Schema::Method
  • Object
show all
Defined in:
lib/vk/api/widgets/methods/get_comments.rb

Overview

Gets a list of comments for the page added through the .

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Widgets::Methods::GetComments



# File 'lib/vk/api/widgets/methods/get_comments.rb', line 15

Instance Method Details

#countInteger



38
# File 'lib/vk/api/widgets/methods/get_comments.rb', line 38

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

#fieldsArray



36
# File 'lib/vk/api/widgets/methods/get_comments.rb', line 36

attribute :fields, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil)

#orderString



34
# File 'lib/vk/api/widgets/methods/get_comments.rb', line 34

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

#page_idString



32
# File 'lib/vk/api/widgets/methods/get_comments.rb', line 32

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

#urlString



30
# File 'lib/vk/api/widgets/methods/get_comments.rb', line 30

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

#widget_api_idInteger



28
# File 'lib/vk/api/widgets/methods/get_comments.rb', line 28

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