Class: Vk::API::Pages::Methods::ParseWiki
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Pages::Methods::ParseWiki
- Defined in:
- lib/vk/api/pages/methods/parse_wiki.rb
Overview
Returns HTML representation of the wiki markup.
Arguments collapse
-
#group_id ⇒ Integer
ID of the group in the context of which this markup is interpreted.;.
-
#text ⇒ String
Text of the wiki page.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Pages::Methods::ParseWiki
|
|
# File 'lib/vk/api/pages/methods/parse_wiki.rb', line 15
|
Instance Method Details
#group_id ⇒ Integer
Returns ID of the group in the context of which this markup is interpreted.;.
26 |
# File 'lib/vk/api/pages/methods/parse_wiki.rb', line 26 attribute :group_id, API::Types::Coercible::Int.optional.default(nil) |
#text ⇒ String
Returns Text of the wiki page.
24 |
# File 'lib/vk/api/pages/methods/parse_wiki.rb', line 24 attribute :text, API::Types::Coercible::String |