Class: OpenUSD::Format::Registry::Entry

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

Overview

Registered reader/writer pair.

Instance Attribute Summary collapse

Instance Attribute Details

#readerObject (readonly)

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



9
10
11
# File 'lib/openusd/format/registry.rb', line 9

def reader
  @reader
end

#writerObject (readonly)

Returns the value of attribute writer

Returns:

  • (Object)

    the current value of writer



9
10
11
# File 'lib/openusd/format/registry.rb', line 9

def writer
  @writer
end