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