Class: FDB::CallbackEntry
- Inherits:
-
Object
- Object
- FDB::CallbackEntry
- Defined in:
- lib/fdbimpl.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Method Summary collapse
-
#initialize ⇒ CallbackEntry
constructor
A new instance of CallbackEntry.
Constructor Details
#initialize ⇒ CallbackEntry
Returns a new instance of CallbackEntry.
146 147 148 149 |
# File 'lib/fdbimpl.rb', line 146 def initialize @callback = nil @index = nil end |
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback.
143 144 145 |
# File 'lib/fdbimpl.rb', line 143 def callback @callback end |
#index ⇒ Object
Returns the value of attribute index.
144 145 146 |
# File 'lib/fdbimpl.rb', line 144 def index @index end |