Class: IERS::LeapSecond::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/iers/leap_second.rb

Instance Attribute Summary collapse

Instance Attribute Details

#effective_dateDate (readonly)

Returns the current value of effective_date.

Returns:

  • (Date)

    the current value of effective_date



7
8
9
# File 'lib/iers/leap_second.rb', line 7

def effective_date
  @effective_date
end

#tai_utcInteger (readonly)

cumulative TAI−UTC offset in seconds

Returns:

  • (Integer)

    the current value of tai_utc



7
8
9
# File 'lib/iers/leap_second.rb', line 7

def tai_utc
  @tai_utc
end