Module: Riot::ActionController::SituationMacros

Defined in:
lib/riot/action_controller/situation_macros.rb

Instance Attribute Summary collapse

Instance Attribute Details

#controllerObject (readonly)

Returns the value of attribute controller.



5
6
7
# File 'lib/riot/action_controller/situation_macros.rb', line 5

def controller
  @controller
end

#requestObject (readonly)

Returns the value of attribute request.



5
6
7
# File 'lib/riot/action_controller/situation_macros.rb', line 5

def request
  @request
end

#responseObject (readonly)

Returns the value of attribute response.



5
6
7
# File 'lib/riot/action_controller/situation_macros.rb', line 5

def response
  @response
end