Class: Stactics::FormSubmissionResult
- Inherits:
-
Struct
- Object
- Struct
- Stactics::FormSubmissionResult
- Defined in:
- lib/stactics/client.rb
Instance Attribute Summary collapse
-
#accepted? ⇒ Object
Returns the value of attribute accepted?.
-
#body ⇒ Object
Returns the value of attribute body.
-
#message ⇒ Object
Returns the value of attribute message.
-
#submission_id ⇒ Object
Returns the value of attribute submission_id.
-
#submitted_at ⇒ Object
Returns the value of attribute submitted_at.
Instance Attribute Details
#accepted? ⇒ Object
Returns the value of attribute accepted?
17 18 19 |
# File 'lib/stactics/client.rb', line 17
def accepted?
@accepted?
end
|
#body ⇒ Object
Returns the value of attribute body
17 18 19 |
# File 'lib/stactics/client.rb', line 17 def body @body end |
#message ⇒ Object
Returns the value of attribute message
17 18 19 |
# File 'lib/stactics/client.rb', line 17 def @message end |
#submission_id ⇒ Object
Returns the value of attribute submission_id
17 18 19 |
# File 'lib/stactics/client.rb', line 17 def submission_id @submission_id end |
#submitted_at ⇒ Object
Returns the value of attribute submitted_at
17 18 19 |
# File 'lib/stactics/client.rb', line 17 def submitted_at @submitted_at end |