Class: Shugoi::Core::Decision
- Inherits:
-
Struct
- Object
- Struct
- Shugoi::Core::Decision
- Defined in:
- lib/shugoi/core.rb
Overview
Résultat de blocage renvoyé au middleware.
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
8 9 10 |
# File 'lib/shugoi/core.rb', line 8 def body @body end |
#content_type ⇒ Object
Returns the value of attribute content_type
8 9 10 |
# File 'lib/shugoi/core.rb', line 8 def content_type @content_type end |
#headers ⇒ Object
Returns the value of attribute headers
8 9 10 |
# File 'lib/shugoi/core.rb', line 8 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/shugoi/core.rb', line 8 def status @status end |