Class: Sinatra::Result
- Inherits:
-
Struct
- Object
- Struct
- Sinatra::Result
- Defined in:
- lib/codebutler/sinatra.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#params ⇒ Object
Returns the value of attribute params.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
92 93 94 |
# File 'lib/codebutler/sinatra.rb', line 92 def block @block end |
#params ⇒ Object
Returns the value of attribute params
92 93 94 |
# File 'lib/codebutler/sinatra.rb', line 92 def params @params end |
#status ⇒ Object
Returns the value of attribute status
92 93 94 |
# File 'lib/codebutler/sinatra.rb', line 92 def status @status end |