Class: OpenUSD::Variant
- Inherits:
-
Data
- Object
- Data
- OpenUSD::Variant
- Defined in:
- lib/openusd/value.rb
Overview
Authored contents of one variant choice.
Instance Attribute Summary collapse
-
#children ⇒ Object
readonly
Returns the value of attribute children.
-
#properties ⇒ Object
readonly
Returns the value of attribute properties.
Instance Attribute Details
#children ⇒ Object (readonly)
Returns the value of attribute children
99 100 101 |
# File 'lib/openusd/value.rb', line 99 def children @children end |
#properties ⇒ Object (readonly)
Returns the value of attribute properties
99 100 101 |
# File 'lib/openusd/value.rb', line 99 def properties @properties end |