Class: SchemaRegistry::Output::ProtoText::ParseInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/schema_registry_client/output/proto_text.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



6
7
8
# File 'lib/schema_registry_client/output/proto_text.rb', line 6

def message
  @message
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



6
7
8
# File 'lib/schema_registry_client/output/proto_text.rb', line 6

def package
  @package
end

#writerObject

Returns the value of attribute writer

Returns:

  • (Object)

    the current value of writer



6
7
8
# File 'lib/schema_registry_client/output/proto_text.rb', line 6

def writer
  @writer
end