Class: Spear::Structure::Application::Submit

Inherits:
Base
  • Object
show all
Defined in:
lib/spear/structure/application/submit.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) ⇒ Submit

Returns a new instance of Submit.



5
6
7
# File 'lib/spear/structure/application/submit.rb', line 5

def initialize(response)
  super(response)
end