Class: RabbitMQ::FFI::ExchangeDeleteOk Private
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- RabbitMQ::FFI::ExchangeDeleteOk
- 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
- .id ⇒ Object private
Instance Method Summary collapse
- #apply(dummy: nil) ⇒ Object private
- #free! ⇒ Object private
- #id ⇒ Object private
- #to_h(free = false) ⇒ Object private
Class Method Details
.id ⇒ 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.
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 |
#id ⇒ 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.
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 |