Class: Bidi2pdf::Bidi::Commands::CancelAuth
- Inherits:
-
Object
- Object
- Bidi2pdf::Bidi::Commands::CancelAuth
- Includes:
- Base
- Defined in:
- lib/bidi2pdf/bidi/commands/cancel_auth.rb
Instance Method Summary collapse
-
#initialize(request:) ⇒ CancelAuth
constructor
A new instance of CancelAuth.
- #method_name ⇒ Object
- #params ⇒ Object
Methods included from Base
#==, #as_payload, #eql?, #hash, #inspect
Constructor Details
#initialize(request:) ⇒ CancelAuth
Returns a new instance of CancelAuth.
9 10 11 |
# File 'lib/bidi2pdf/bidi/commands/cancel_auth.rb', line 9 def initialize(request:) @request = request end |
Instance Method Details
#method_name ⇒ Object
20 21 22 |
# File 'lib/bidi2pdf/bidi/commands/cancel_auth.rb', line 20 def method_name "network.continueWithAuth" end |
#params ⇒ Object
13 14 15 16 17 18 |
# File 'lib/bidi2pdf/bidi/commands/cancel_auth.rb', line 13 def params { request: @request, action: "cancel" } end |