Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 978 Bytes

File metadata and controls

25 lines (18 loc) · 978 Bytes

Freeclimb::QueueMember

Properties

Name Type Description Notes
uri String URI for this Queue Member resource, relative to the API base URL. [optional]
call_id String ID of the Call associated with this Queue Member. [optional]
wait_time Integer Number of seconds the Member has been in the queue. [optional]
position Integer Member's current position in the Queue, 1 indexed. [optional]
date_enqueued String Date that the Member was enqueued (GMT), given in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). [optional]

Code Sample

require 'Freeclimb'

instance = Freeclimb::QueueMember.new(uri: null,
                                 call_id: null,
                                 wait_time: null,
                                 position: null,
                                 date_enqueued: null)