Sha256: d256d0e38cbca3110801a726e4e2c7e87e2ffc78591036eee11fbcc31bda9451
Contents?: true
Size: 487 Bytes
Versions: 26
Compression:
Stored size: 487 Bytes
Contents
module TheCity class GroupInvitation < ApiObject tc_attr_accessor :created_at, :custom_message, :email, :group_id, :id, :pending_approval, :source, :user_id # 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