Class: RabbitMQ::FFI::ExchangeDeleteOk Private

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/rabbitmq/ffi/gen/exchange_delete_ok.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.idObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



7
8
9
# File 'lib/rabbitmq/ffi/gen/exchange_delete_ok.rb', line 7

def self.id
  :exchange_delete_ok
end

Instance Method Details

#apply(dummy: nil) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



15
16
17
# File 'lib/rabbitmq/ffi/gen/exchange_delete_ok.rb', line 15

def apply(dummy: nil)
  self
end

#free!Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



23
24
# File 'lib/rabbitmq/ffi/gen/exchange_delete_ok.rb', line 23

def free!
end

#idObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



11
12
13
# File 'lib/rabbitmq/ffi/gen/exchange_delete_ok.rb', line 11

def id
  :exchange_delete_ok
end

#to_h(free = false) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



19
20
21
# File 'lib/rabbitmq/ffi/gen/exchange_delete_ok.rb', line 19

def to_h(free=false)
  {}
end