Class: IERS::LeapSecond::Entry
- Inherits:
-
Data
- Object
- Data
- IERS::LeapSecond::Entry
- Defined in:
- lib/iers/leap_second.rb
Instance Attribute Summary collapse
-
#effective_date ⇒ Date
readonly
The current value of effective_date.
-
#tai_utc ⇒ Integer
readonly
cumulative TAI−UTC offset in seconds.
Instance Attribute Details
#effective_date ⇒ Date (readonly)
Returns the current value of effective_date.
7 8 9 |
# File 'lib/iers/leap_second.rb', line 7 def effective_date @effective_date end |
#tai_utc ⇒ Integer (readonly)
cumulative TAI−UTC offset in seconds
7 8 9 |
# File 'lib/iers/leap_second.rb', line 7 def tai_utc @tai_utc end |