Class: Google::Protobuf::EnumValue
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Protobuf::EnumValue
 
 
- Extended by:
 - MessageExts::ClassMethods
 
- Includes:
 - MessageExts
 
- Defined in:
 - proto_docs/google/protobuf/type.rb
 
Overview
Enum value definition.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enum value name.
 - 
  
    
      #number  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enum value number.
 - 
  
    
      #options  ⇒ ::Array<::Google::Protobuf::Option> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Protocol buffer options.
 
Instance Attribute Details
#name ⇒ ::String
Returns Enum value name.
      196 197 198 199  | 
    
      # File 'proto_docs/google/protobuf/type.rb', line 196 class EnumValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |