Sha256: ce3fa0055a85f20586bde96b3535785d02d808ccb4db39255e4beb611e4c1399
Contents?: true
Size: 307 Bytes
Versions: 26
Compression:
Stored size: 307 Bytes
Contents
module TheCity class UserProcess < ApiObject tc_attr_accessor :id, :name, :state # 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
26 entries across 26 versions & 1 rubygems