Class: OpenUSD::Format::Registry::Entry
- Inherits:
-
Data
- Object
- Data
- OpenUSD::Format::Registry::Entry
- Defined in:
- lib/openusd/format/registry.rb
Overview
Registered reader/writer pair.
Instance Attribute Summary collapse
-
#reader ⇒ Object
readonly
Returns the value of attribute reader.
-
#writer ⇒ Object
readonly
Returns the value of attribute writer.
Instance Attribute Details
#reader ⇒ Object (readonly)
Returns the value of attribute reader
9 10 11 |
# File 'lib/openusd/format/registry.rb', line 9 def reader @reader end |
#writer ⇒ Object (readonly)
Returns the value of attribute writer
9 10 11 |
# File 'lib/openusd/format/registry.rb', line 9 def writer @writer end |