Sha256: 837dbed414647489021fad47df0fd242e7c2c41a14a917027f14dd055b14c855
Contents?: true
Size: 195 Bytes
Versions: 4
Compression:
Stored size: 195 Bytes
Contents
module TD::Types # Contains a value representing a number of seconds. # # @attr seconds [Float] Number of seconds. class Seconds < Base attribute :seconds, TD::Types::Float end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/seconds.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/seconds.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/seconds.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/seconds.rb |