Class: Stactics::FormSubmissionResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/stactics/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accepted?Object

Returns the value of attribute accepted?

Returns:

  • (Object)

    the current value of accepted?



17
18
19
# File 'lib/stactics/client.rb', line 17

def accepted?
  @accepted?
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



17
18
19
# File 'lib/stactics/client.rb', line 17

def body
  @body
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



17
18
19
# File 'lib/stactics/client.rb', line 17

def message
  @message
end

#submission_idObject

Returns the value of attribute submission_id

Returns:

  • (Object)

    the current value of submission_id



17
18
19
# File 'lib/stactics/client.rb', line 17

def submission_id
  @submission_id
end

#submitted_atObject

Returns the value of attribute submitted_at

Returns:

  • (Object)

    the current value of submitted_at



17
18
19
# File 'lib/stactics/client.rb', line 17

def 
  @submitted_at
end