Class: FFWD::Plugin::GoogleCloud::DebugRequest::Callback::ResponseHeader
- Inherits:
-
Object
- Object
- FFWD::Plugin::GoogleCloud::DebugRequest::Callback::ResponseHeader
- Defined in:
- lib/ffwd/plugin/google_cloud/hook.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(status) ⇒ ResponseHeader
constructor
A new instance of ResponseHeader.
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
#status ⇒ Object (readonly)
Returns the value of attribute status.
380 381 382 |
# File 'lib/ffwd/plugin/google_cloud/hook.rb', line 380 def status @status end |