Class: TD::Types::JsonValue::Number
- Inherits:
-
TD::Types::JsonValue
- Object
- Dry::Struct
- Base
- TD::Types::JsonValue
- TD::Types::JsonValue::Number
- Defined in:
- lib/tdlib/types/json_value/number.rb
Overview
Represents a numeric JSON value.
Instance Attribute Summary collapse
-
#value ⇒ Float
The value.
Method Summary
Methods inherited from Base
Instance Attribute Details
#value ⇒ Float
The value.
5 6 7 |
# File 'lib/tdlib/types/json_value/number.rb', line 5 def value @value end |