Class: EndPointBlank::Commands::CachedResponse
- Inherits:
-
Struct
- Object
- Struct
- EndPointBlank::Commands::CachedResponse
- Defined in:
- lib/end_point_blank/commands/endpoint_authorize.rb
Overview
Synthetic response returned on a cache hit to avoid a network call.
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
10 11 12 |
# File 'lib/end_point_blank/commands/endpoint_authorize.rb', line 10 def body @body end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/end_point_blank/commands/endpoint_authorize.rb', line 10 def status @status end |