Sha256: 205b893c22d23bddaf05cc44ed9efc75e803f31cb81c311474d35f336b7d6734

Contents?: true

Size: 206 Bytes

Versions: 3

Compression:

Stored size: 206 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::Coercible::Float
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/seconds.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/seconds.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/seconds.rb