Class: IERS::Parsers::LeapSecond::Entry
- Inherits:
-
Data
- Object
- Data
- IERS::Parsers::LeapSecond::Entry
- Defined in:
- lib/iers/parsers/leap_second.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
readonly
Returns the value of attribute date.
-
#mjd ⇒ Object
readonly
Returns the value of attribute mjd.
-
#tai_utc ⇒ Object
readonly
Returns the value of attribute tai_utc.
Instance Attribute Details
#date ⇒ Object (readonly)
Returns the value of attribute date
8 9 10 |
# File 'lib/iers/parsers/leap_second.rb', line 8 def date @date end |
#mjd ⇒ Object (readonly)
Returns the value of attribute mjd
8 9 10 |
# File 'lib/iers/parsers/leap_second.rb', line 8 def mjd @mjd end |
#tai_utc ⇒ Object (readonly)
Returns the value of attribute tai_utc
8 9 10 |
# File 'lib/iers/parsers/leap_second.rb', line 8 def tai_utc @tai_utc end |