Class: TD::Types::StatisticalGraph::Error
- Inherits:
-
TD::Types::StatisticalGraph
- Object
- Dry::Struct
- Base
- TD::Types::StatisticalGraph
- TD::Types::StatisticalGraph::Error
- Defined in:
- lib/tdlib/types/statistical_graph/error.rb
Overview
An error message to be shown to the user instead of the graph.
Instance Attribute Summary collapse
-
#error_message ⇒ TD::Types::String
The error message.
Method Summary
Methods inherited from Base
Instance Attribute Details
#error_message ⇒ TD::Types::String
The error message.
5 6 7 |
# File 'lib/tdlib/types/statistical_graph/error.rb', line 5 def @error_message end |