Sha256: 3942bd62dbc1edc1bdda4eadc9d25768cddf5d1e3ecfccbf6eb727abf19ab7be
Contents?: true
Size: 289 Bytes
Versions: 5
Compression:
Stored size: 289 Bytes
Contents
module Dimelo::CCP class PrivateMessage < Dimelo::CCP::API::Model attributes :id, :title, :body, :html_body, :raw_body, :from_user_id, :to_user_id, :parent_id, :root_id, :created_at, :updated_at submit_attributes :title, :body, :from_user_id, :to_user_id, :parent_id end end
Version data entries
5 entries across 5 versions & 1 rubygems