Class: Google::Protobuf::Int32Value
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Protobuf::Int32Value
 
 
- Extended by:
 - MessageExts::ClassMethods
 
- Includes:
 - MessageExts
 
- Defined in:
 - proto_docs/google/protobuf/wrappers.rb
 
Overview
Wrapper message for int32.
The JSON representation for Int32Value is JSON number.
Instance Attribute Summary collapse
- 
  
    
      #value  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The int32 value.
 
Instance Attribute Details
#value ⇒ ::Integer
Returns The int32 value.
      72 73 74 75  | 
    
      # File 'proto_docs/google/protobuf/wrappers.rb', line 72 class Int32Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |