Class: Babeltrace2Gen::GeneratedArg
- Inherits:
-
Struct
- Object
- Struct
- Babeltrace2Gen::GeneratedArg
- Defined in:
- lib/metababel/bt2_trace_class_generator.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/metababel/bt2_trace_class_generator.rb', line 14 def name @name end |
#type ⇒ Object
Returns the value of attribute type
14 15 16 |
# File 'lib/metababel/bt2_trace_class_generator.rb', line 14 def type @type end |