Sha256: 8a6771ebef5fe1ca1a4fd19429ce8d31c1948526493a3161fbbd24b5afdd223f
Contents?: true
Size: 691 Bytes
Versions: 19
Compression:
Stored size: 691 Bytes
Contents
module TheCity class Invitation < ApiObject tc_attr_accessor :created_at, :pending_approval, :id, :group_id, :user_id, :custom_message, :source, :email, :title, :name, :external_id_1, :external_id_2, :external_id_3, :member_since # Constructor. # # @param json_data JSON data of the invitation. def initialize(json_data) initialize_from_json_object(json_data) end end end
Version data entries
19 entries across 19 versions & 1 rubygems