Sha256: 9b2a3c5a92eee94b52ab412d0041c79ad6c045508967f27614cfcdb1394a6730
Contents?: true
Size: 924 Bytes
Versions: 25
Compression:
Stored size: 924 Bytes
Contents
module TheCity class GroupCheckin < ApiObject tc_attr_accessor :group, :checked_out_by_user, :special_instructions, :parent_group_name, :callboard_number, :checked_in_at, :barcode, :checked_in_user, :checked_in_user_id, :id, :checked_in_by_user, :checked_in_by_user_id, :parent_receipt_barcode, :event, :checked_in_user_notes, :checked_out_at, :parent_group_id, :pager_number # Constructor. # # @param json_data JSON data of the group checkin. def initialize(json_data) initialize_from_json_object(json_data) end end end
Version data entries
25 entries across 25 versions & 1 rubygems