Class: Vermillion::Test::Base::MockRequest
- Inherits:
-
Struct
- Object
- Struct
- Vermillion::Test::Base::MockRequest
- Defined in:
- lib/test/base.rb
Overview
Struct to mock the actual Request object
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#controller ⇒ Object
Returns the value of attribute controller.
-
#param ⇒ Object
Returns the value of attribute param.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
9 10 11 |
# File 'lib/test/base.rb', line 9 def command @command end |
#controller ⇒ Object
Returns the value of attribute controller
9 10 11 |
# File 'lib/test/base.rb', line 9 def controller @controller end |
#param ⇒ Object
Returns the value of attribute param
9 10 11 |
# File 'lib/test/base.rb', line 9 def param @param end |