Class: ISO8601::Hours

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

Overview

The Hours atom in a Duration

Instance Attribute Summary

Attributes inherited from Atom

#atom, #base

Instance Method Summary collapse

Methods inherited from Atom

#==, #eql?, #hash, #initialize, #to_f, #to_i, #to_s, #to_seconds, #value

Constructor Details

This class inherits a constructor from ISO8601::Atom

Instance Method Details

#factorObject

The Hour factor



229
230
231
# File 'lib/iso8601/atoms.rb', line 229

def factor
  3600
end

#symbolSymbol

The atom symbol.

Returns:

  • (Symbol)


236
237
238
# File 'lib/iso8601/atoms.rb', line 236

def symbol
  :H
end