class FFWD::Plugin::GoogleCloud::DebugRequest::Callback

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
# File lib/ffwd/plugin/google_cloud/hook.rb, line 389
def initialize response
  @response = response
end

Public Instance Methods

callback(&block) click to toggle source
# File lib/ffwd/plugin/google_cloud/hook.rb, line 393
def callback &block
  block.call
end
errback(█) click to toggle source
# File lib/ffwd/plugin/google_cloud/hook.rb, line 401
def errback █ end
response_header() click to toggle source
# File lib/ffwd/plugin/google_cloud/hook.rb, line 397
def response_header
  ResponseHeader.new 200
end