Class: Spec::Rails::Example::HelperExampleGroupController

Inherits:
ApplicationController
  • Object
show all
Defined in:
lib/spec/rails/example/helper_example_group.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#requestObject

Returns the value of attribute request.



5
6
7
# File 'lib/spec/rails/example/helper_example_group.rb', line 5

def request
  @request
end

#urlObject

Returns the value of attribute url.



5
6
7
# File 'lib/spec/rails/example/helper_example_group.rb', line 5

def url
  @url
end