Class: Google::Protobuf::Int32Value

Inherits:
Object
  • Object
show all
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.

Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

Instance Attribute Summary collapse

Instance Attribute Details

#value::Integer

Returns The int32 value.

Returns:

  • (::Integer)

    The int32 value.



87
88
89
90
# File 'proto_docs/google/protobuf/wrappers.rb', line 87

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