Class: Spear::Structure::Application::History
- Defined in:
- lib/spear/structure/application/history.rb
Instance Attribute Summary
Attributes inherited from Base
#error_message, #response, #root, #status
Instance Method Summary collapse
-
#initialize(response) ⇒ History
constructor
A new instance of History.
Methods inherited from Base
Constructor Details
#initialize(response) ⇒ History
Returns a new instance of History.
5 6 7 |
# File 'lib/spear/structure/application/history.rb', line 5 def initialize(response) super(response) end |