Sha256: 6a1b94b2e4c4a9f3a09966f88ddc54faa0242c7cb3ff099236a5843c5e5a15d8
Contents?: true
Size: 387 Bytes
Versions: 21
Compression:
Stored size: 387 Bytes
Contents
module TheCity class UserProcessAnswer < ApiObject tc_attr_accessor :question_id, :question, :required, :answered_at, :answer # Constructor. # # @param json_data JSON data of the note. def initialize(json_data) initialize_from_json_object(json_data) end end end
Version data entries
21 entries across 21 versions & 1 rubygems