Class: Google::Protobuf::StringValue

Inherits:
Object
  • Object
show all
Extended by:
MessageExts::ClassMethods
Includes:
MessageExts
Defined in:
proto_docs/google/protobuf/wrappers.rb

Overview

Wrapper message for string.

The JSON representation for StringValue is JSON string.

Instance Attribute Summary collapse

Instance Attribute Details

#value::String

Returns The string value.

Returns:

  • (::String)

    The string value.



105
106
107
108
# File 'proto_docs/google/protobuf/wrappers.rb', line 105

class StringValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end