Class: TD::Types::Update::Option
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::Option
- Defined in:
- lib/tdlib/types/update/option.rb
Overview
An option changed its value.
Instance Attribute Summary collapse
-
#name ⇒ TD::Types::String
The option name.
-
#value ⇒ TD::Types::OptionValue
The new option value.
Method Summary
Methods inherited from Base
Instance Attribute Details
#name ⇒ TD::Types::String
The option name.
6 7 8 |
# File 'lib/tdlib/types/update/option.rb', line 6 def name @name end |
#value ⇒ TD::Types::OptionValue
The new option value.
6 7 8 |
# File 'lib/tdlib/types/update/option.rb', line 6 def value @value end |