Class: Zulip::Client::QueueRegistration::QueueRegistrationResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#last_event_idObject

Returns the value of attribute last_event_id

Returns:

  • (Object)

    the current value of last_event_id



11
12
13
# File 'lib/zulip/client/queue_registration.rb', line 11

def last_event_id
  @last_event_id
end

#queue_idObject

Returns the value of attribute queue_id

Returns:

  • (Object)

    the current value of queue_id



11
12
13
# File 'lib/zulip/client/queue_registration.rb', line 11

def queue_id
  @queue_id
end