Class: MediaWiktory::Wikipedia::Actions::Post
- Defined in:
- lib/mediawiktory/wikipedia/actions/base.rb
Direct Known Subclasses
Abusefilterunblockautopromote, Addstudents, Block, Bouncehandler, Changeauthenticationdata, Clearhasmsg, Clientlogin, Createaccount, Cspreport, Cxdelete, Cxpublish, Cxsave, Cxsuggestionlist, Cxtoken, Delete, Deleteeducation, Deleteglobalaccount, Echomarkread, Echomarkseen, Edit, Editmassmessagelist, Emailuser, Enlist, Filerevert, Globalblock, Globaluserrights, Import, Linkaccount, Login, Managetags, Massmessage, Mergehistory, Move, Oathvalidate, Options, Pagetriageaction, Pagetriagetagging, Patrol, Protect, Purge, Refresheducation, Removeauthenticationdata, Resetpassword, Review, Reviewactivity, Revisiondelete, Rollback, SanitizeMapdata, Setglobalaccountstatus, Setnotificationtimestamp, Setpagelanguage, Shortenurl, Stabilize, Stashedit, Strikevote, Tag, Thank, Transcodereset, Unblock, Undelete, Unlinkaccount, Upload, Userrights, Validatepassword, Visualeditoredit, Watch, Wikilove
Instance Method Summary collapse
Methods inherited from Base
#inspect, #merge, #name, #response, #to_h, #to_param, #to_url
Methods included from GlobalParams
#assert, #assertuser, #centralauthtoken, #curtimestamp, #errorformat, #errorlang, #errorsuselocal, #format, #maxage, #maxlag, #origin, #requestid, #responselanginfo, #servedby, #smaxage, #uselang
Instance Method Details
#perform ⇒ Object
346 347 348 |
# File 'lib/mediawiktory/wikipedia/actions/base.rb', line 346 def perform client.post(to_param) end |