Class: IERS::Parsers::LeapSecond::Metadata
- Inherits:
-
Data
- Object
- Data
- IERS::Parsers::LeapSecond::Metadata
- Defined in:
- lib/iers/parsers/leap_second.rb
Instance Attribute Summary collapse
-
#expires_on ⇒ Date?
readonly
The current value of expires_on.
-
#updated_through ⇒ String?
readonly
The current value of updated_through.
Instance Attribute Details
#expires_on ⇒ Date? (readonly)
Returns the current value of expires_on.
12 13 14 |
# File 'lib/iers/parsers/leap_second.rb', line 12 def expires_on @expires_on end |
#updated_through ⇒ String? (readonly)
Returns the current value of updated_through.
12 13 14 |
# File 'lib/iers/parsers/leap_second.rb', line 12 def updated_through @updated_through end |