Class: IERS::Parsers::LeapSecond::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject (readonly)

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



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

def date
  @date
end

#mjdObject (readonly)

Returns the value of attribute mjd

Returns:

  • (Object)

    the current value of mjd



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

def mjd
  @mjd
end

#tai_utcObject (readonly)

Returns the value of attribute tai_utc

Returns:

  • (Object)

    the current value of tai_utc



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

def tai_utc
  @tai_utc
end