Sha256: 0ec3b9ef0a90952cd6d6a43ea2e69f6936b78cdc67d5ed77ca2bf80825f413ff
Contents?: true
Size: 366 Bytes
Versions: 3
Compression:
Stored size: 366 Bytes
Contents
module TD::Types # A graph data. # # @attr json_data [TD::Types::String] Graph data in JSON format. # @attr zoom_token [TD::Types::String] If non-empty, a token which can be used to receive a zoomed in graph. class StatisticalGraph::Data < StatisticalGraph attribute :json_data, TD::Types::String attribute :zoom_token, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems