Sha256: c1b4e8cbb904c52d1732e867a6340488c5d80fc4dd5d8803d8c1985943426139
Contents?: true
Size: 260 Bytes
Versions: 3
Compression:
Stored size: 260 Bytes
Contents
module TD::Types # An error message to be shown to the user instead of the graph. # # @attr error_message [TD::Types::String] The error message. class StatisticalGraph::Error < StatisticalGraph attribute :error_message, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems