Class: CurbFu::Request::Test::Interface

Inherits:
Object
  • Object
show all
Includes:
Rack::Test::Methods
Defined in:
lib/curb-fu/request/test.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(app) ⇒ Interface

Returns a new instance of Interface.



113
114
115
# File 'lib/curb-fu/request/test.rb', line 113

def initialize(app)
  @app = app
end

Instance Attribute Details

#appObject

Returns the value of attribute app.



111
112
113
# File 'lib/curb-fu/request/test.rb', line 111

def app
  @app
end