Class: SchemaRegistry::Output::ProtoText::ParseInfo
- Inherits:
-
Struct
- Object
- Struct
- SchemaRegistry::Output::ProtoText::ParseInfo
- Defined in:
- lib/schema_registry_client/output/proto_text.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#package ⇒ Object
Returns the value of attribute package.
-
#writer ⇒ Object
Returns the value of attribute writer.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
6 7 8 |
# File 'lib/schema_registry_client/output/proto_text.rb', line 6 def @message end |
#package ⇒ Object
Returns the value of attribute package
6 7 8 |
# File 'lib/schema_registry_client/output/proto_text.rb', line 6 def package @package end |
#writer ⇒ Object
Returns the value of attribute writer
6 7 8 |
# File 'lib/schema_registry_client/output/proto_text.rb', line 6 def writer @writer end |