Sha256: d68f4be7ad8968e4bb81a8a84d4d630166da759846ef0a7a562cf2970c78ecad
Contents?: true
Size: 269 Bytes
Versions: 3
Compression:
Stored size: 269 Bytes
Contents
module TD::Types # The graph data to be asynchronously loaded through getStatisticalGraph. # # @attr token [TD::Types::String] The token to use for data loading. class StatisticalGraph::Async < StatisticalGraph attribute :token, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems