Class: Google::Type::Decimal
- Inherits:
-
Object
- Object
- Google::Type::Decimal
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/type/decimal.rb
Overview
A representation of a decimal value, such as 2.5. Clients may convert values into language-native decimal formats, such as Java's BigDecimal or Python's decimal.Decimal.
Instance Attribute Summary collapse
-
#value ⇒ ::String
The decimal value, as a string.
Instance Attribute Details
#value ⇒ ::String
91 92 93 94 |
# File 'proto_docs/google/type/decimal.rb', line 91 class Decimal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |