Class: Babeltrace::CTF::UntaggedVariantDef
- Inherits:
-
Definition
- Object
- Definition
- Babeltrace::CTF::UntaggedVariantDef
- Defined in:
- lib/babeltrace/ctf/events.rb
Instance Attribute Summary
Attributes inherited from Definition
Instance Method Summary collapse
Methods inherited from Definition
create, #decl, #initialize, #name
Constructor Details
This class inherits a constructor from Babeltrace::CTF::Definition
Instance Method Details
#value ⇒ Object
375 376 377 |
# File 'lib/babeltrace/ctf/events.rb', line 375 def value variant.value end |
#variant ⇒ Object
371 372 373 |
# File 'lib/babeltrace/ctf/events.rb', line 371 def variant @definition.get_variant end |