Class: TD::Types::OptionValue::Boolean
- Inherits:
-
TD::Types::OptionValue
- Object
- Dry::Struct
- Base
- TD::Types::OptionValue
- TD::Types::OptionValue::Boolean
- Defined in:
- lib/tdlib/types/option_value/boolean.rb
Overview
Represents a boolean option.
Instance Attribute Summary collapse
-
#value ⇒ Boolean
The value of the option.
Method Summary
Methods inherited from Base
Instance Attribute Details
#value ⇒ Boolean
The value of the option.
5 6 7 |
# File 'lib/tdlib/types/option_value/boolean.rb', line 5 def value @value end |