Class: Babeltrace::CTF::FloatDef
- Inherits:
-
Definition
- Object
- Definition
- Babeltrace::CTF::FloatDef
- Defined in:
- lib/babeltrace/ctf/events.rb
Instance Attribute Summary
Attributes inherited from Definition
Instance Method Summary collapse
- #float ⇒ Object (also: #value)
Methods inherited from Definition
create, #decl, #initialize, #name
Constructor Details
This class inherits a constructor from Babeltrace::CTF::Definition
Instance Method Details
#float ⇒ Object Also known as: value
343 344 345 |
# File 'lib/babeltrace/ctf/events.rb', line 343 def float @definition.get_float end |