Sha256: e9116433f83901e927762e2ac0c3f62b441b8316667c405439814ada30b1f1c0
Contents?: true
Size: 718 Bytes
Versions: 4
Compression:
Stored size: 718 Bytes
Contents
# frozen_string_literal: true module MediaWiktory::Wikipedia module Actions # Get a new FancyCaptcha. # # Usage: # # ```ruby # api.fancycaptchareload.perform # returns string with raw output # # or # api.fancycaptchareload.response # returns output parsed and wrapped into Mash-like object # ``` # # This action has no parameters. # # See {Base} for generic explanation of working with MediaWiki actions and # {MediaWiktory::Wikipedia::Response} for working with action responses. # # All action's parameters are documented as its public methods, see below. # class Fancycaptchareload < MediaWiktory::Wikipedia::Actions::Get end end end
Version data entries
4 entries across 4 versions & 1 rubygems