Class: Spear::Structure::Application::History

Inherits:
Base
  • Object
show all
Defined in:
lib/spear/structure/application/history.rb

Instance Attribute Summary

Attributes inherited from Base

#error_message, #response, #root, #status

Instance Method Summary collapse

Methods inherited from Base

#success?

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