Class: Google::Protobuf::StringValue
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Protobuf::StringValue
 
 
- 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
- 
  
    
      #value  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The string value.
 
Instance Attribute Details
#value ⇒ ::String
Returns 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  |