Class: OMQ::Rust::FdWatcher::Watch
- Inherits:
-
Struct
- Object
- Struct
- OMQ::Rust::FdWatcher::Watch
- Defined in:
- lib/omq/rust/fd_watcher.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#id ⇒ Object
Returns the value of attribute id.
-
#io ⇒ Object
Returns the value of attribute io.
-
#once ⇒ Object
Returns the value of attribute once.
-
#owner ⇒ Object
Returns the value of attribute owner.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
6 7 8 |
# File 'lib/omq/rust/fd_watcher.rb', line 6 def callback @callback end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/omq/rust/fd_watcher.rb', line 6 def id @id end |
#io ⇒ Object
Returns the value of attribute io
6 7 8 |
# File 'lib/omq/rust/fd_watcher.rb', line 6 def io @io end |
#once ⇒ Object
Returns the value of attribute once
6 7 8 |
# File 'lib/omq/rust/fd_watcher.rb', line 6 def once @once end |
#owner ⇒ Object
Returns the value of attribute owner
6 7 8 |
# File 'lib/omq/rust/fd_watcher.rb', line 6 def owner @owner end |