Class: Zulip::Client::QueueRegistration::QueueRegistrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Zulip::Client::QueueRegistration::QueueRegistrationResponse
- Defined in:
- lib/zulip/client/queue_registration.rb
Overview
TODO: Add support for other event types TODO: Add support setting apply markdown to false
Instance Attribute Summary collapse
-
#last_event_id ⇒ Object
Returns the value of attribute last_event_id.
-
#queue_id ⇒ Object
Returns the value of attribute queue_id.
Instance Attribute Details
#last_event_id ⇒ Object
Returns the value of attribute last_event_id
11 12 13 |
# File 'lib/zulip/client/queue_registration.rb', line 11 def last_event_id @last_event_id end |
#queue_id ⇒ Object
Returns the value of attribute queue_id
11 12 13 |
# File 'lib/zulip/client/queue_registration.rb', line 11 def queue_id @queue_id end |