Class: IERS::Parsers::LeapSecond::Metadata

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

Instance Attribute Summary collapse

Instance Attribute Details

#expires_onDate? (readonly)

Returns the current value of expires_on.

Returns:

  • (Date, nil)

    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_throughString? (readonly)

Returns the current value of updated_through.

Returns:

  • (String, nil)

    the current value of updated_through



12
13
14
# File 'lib/iers/parsers/leap_second.rb', line 12

def updated_through
  @updated_through
end