Module: Wikidotrb::Module
- Defined in:
- lib/wikidotrb/module/auth.rb,
lib/wikidotrb/module/page.rb,
lib/wikidotrb/module/site.rb,
lib/wikidotrb/module/user.rb,
lib/wikidotrb/module/forum.rb,
lib/wikidotrb/module/client.rb,
lib/wikidotrb/module/forum_post.rb,
lib/wikidotrb/module/page_votes.rb,
lib/wikidotrb/module/forum_group.rb,
lib/wikidotrb/module/page_source.rb,
lib/wikidotrb/module/forum_thread.rb,
lib/wikidotrb/module/page_revision.rb,
lib/wikidotrb/module/forum_category.rb,
lib/wikidotrb/module/private_message.rb,
lib/wikidotrb/module/site_application.rb
Defined Under Namespace
Classes: AbstractUser, AnonymousUser, Client, ClientPrivateMessageMethods, ClientSiteMethods, ClientUserMethods, DeletedUser, Forum, ForumCategory, ForumCategoryCollection, ForumCategoryMethods, ForumGroup, ForumGroupCollection, ForumPost, ForumPostCollection, ForumThread, ForumThreadCollection, ForumThreadMethods, GuestUser, HTTPAuthentication, Page, PageCollection, PageRevision, PageRevisionCollection, PageSource, PageVote, PageVoteCollection, PrivateMessage, PrivateMessageCollection, PrivateMessageInbox, PrivateMessageSentBox, SearchPagesQuery, Site, SiteApplication, SitePageMethods, SitePagesMethods, User, UserCollection, WikidotUser
Constant Summary collapse
- DEFAULT_MODULE_BODY =
[ "fullname", # Page full name (str) "category", # Category (str) "name", # Page name (str) "title", # Title (str) "created_at", # Creation date (odate element) "created_by_linked", # Creator (user element) "updated_at", # Update date (odate element) "updated_by_linked", # Updater (user element) "commented_at", # Comment date (odate element) "commented_by_linked", # Commenter (user element) "parent_fullname", # Parent page full name (str) "comments", # Comment count (int) "size", # Size (int) "children", # Child page count (int) "rating_votes", # Vote count (int) "rating", # Rating (int or float) "rating_percent", # 5-star rating (%) "revisions", # Revision count (int) "tags", # Tag list (list of str) "_tags" # Hidden tag list (list of str) ].freeze