Class: Utopia::Controller::Result
- Inherits:
-
Data
- Object
- Data
- Utopia::Controller::Result
- Defined in:
- lib/utopia/controller/result.rb
Overview
A semantic controller result awaiting response negotiation.
Instance Attribute Summary collapse
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#headers ⇒ Object (readonly)
Returns the value of attribute headers
9 10 11 |
# File 'lib/utopia/controller/result.rb', line 9 def headers @headers end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/utopia/controller/result.rb', line 9 def status @status end |
#value ⇒ Object (readonly)
Returns the value of attribute value
9 10 11 |
# File 'lib/utopia/controller/result.rb', line 9 def value @value end |