Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mediawiki
main
Mediawiki
Wikipedia
Category
CategoryConverter
Client
ContentConverter
Page
Generated using Crystal 1.12.2
2024-10-04 10:33:24 UTC
class
Wikipedia::
Page
Wikipedia::Page
Reference
Object
Included Modules
JSON::Serializable
Defined in:
mediawiki/page.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#categories
: Array(String)
#content
: String
#pageid
: Int32
#title
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
categories
: Array(String)
#
[
View source
]
def
content
: String
#
[
View source
]
def
pageid
: Int32
#
[
View source
]
def
title
: String
#
[
View source
]