Class: TheCity::UserProcessAnswer

Inherits:
ApiObject
  • Object
show all
Defined in:
lib/api/user_process_answer.rb

Instance Attribute Summary

Attributes inherited from ApiObject

#error_messages, #marked_for_destruction

Instance Method Summary collapse

Methods inherited from ApiObject

__tc_attributes, #delete, #initialize_from_json_object, #is_deleted?, #save, #set_attributes, tc_attr_accessor, #to_attributes

Constructor Details

#initialize(json_data) ⇒ UserProcessAnswer

Constructor.

Parameters:

  • json_data

    JSON data of the note.



14
15
16
# File 'lib/api/user_process_answer.rb', line 14

def initialize(json_data)
  initialize_from_json_object(json_data)
end