Class: OMQ::Rust::FdWatcher::Watch

Inherits:
Struct
  • Object
show all
Defined in:
lib/omq/rust/fd_watcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



6
7
8
# File 'lib/omq/rust/fd_watcher.rb', line 6

def callback
  @callback
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/omq/rust/fd_watcher.rb', line 6

def id
  @id
end

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



6
7
8
# File 'lib/omq/rust/fd_watcher.rb', line 6

def io
  @io
end

#onceObject

Returns the value of attribute once

Returns:

  • (Object)

    the current value of once



6
7
8
# File 'lib/omq/rust/fd_watcher.rb', line 6

def once
  @once
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



6
7
8
# File 'lib/omq/rust/fd_watcher.rb', line 6

def owner
  @owner
end