Class: ISO8601::Seconds

Inherits:
Atom
  • Object
show all
Defined in:
lib/iso8601/atoms.rb

Overview

The Seconds atom in a Duration

The second is the base unit of measurement of time in the International System of Units (SI) as defined by the International Committee of Weights and Measures (CIPM, i.e. Comité International des Poids et Mesures)

Instance Method Summary collapse

Methods inherited from Atom

#initialize, #to_i, #to_seconds

Constructor Details

This class inherits a constructor from ISO8601::Atom

Instance Method Details

#factorObject

The Second factor



172
173
174
# File 'lib/iso8601/atoms.rb', line 172

def factor
  1
end