Class: ISO8601::Minutes

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

Overview

The Minutes 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 Minute factor



245
246
247
# File 'lib/iso8601/atoms.rb', line 245

def factor
  60
end

#symbolSymbol

The atom symbol.

Returns:

  • (Symbol)


252
253
254
# File 'lib/iso8601/atoms.rb', line 252

def symbol
  :M
end