Class: OpenUSD::Variant

Inherits:
Data
  • Object
show all
Defined in:
lib/openusd/value.rb

Overview

Authored contents of one variant choice.

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject (readonly)

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



99
100
101
# File 'lib/openusd/value.rb', line 99

def children
  @children
end

#propertiesObject (readonly)

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



99
100
101
# File 'lib/openusd/value.rb', line 99

def properties
  @properties
end