Class: FFWD::Plugin::GoogleCloud::DebugRequest::Callback::ResponseHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/ffwd/plugin/google_cloud/hook.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(status) ⇒ ResponseHeader

Returns a new instance of ResponseHeader.



382
383
384
# File 'lib/ffwd/plugin/google_cloud/hook.rb', line 382

def initialize status
  @status = status
end

Instance Attribute Details

#statusObject (readonly)

Returns the value of attribute status.



380
381
382
# File 'lib/ffwd/plugin/google_cloud/hook.rb', line 380

def status
  @status
end