Class: IERS::Parsers::LeapSecond::Table
- Inherits:
-
Data
- Object
- Data
- IERS::Parsers::LeapSecond::Table
- Defined in:
- lib/iers/parsers/leap_second.rb
Instance Attribute Summary collapse
-
#entries ⇒ Array<Entry>
readonly
The current value of entries.
-
#metadata ⇒ Metadata
readonly
The current value of metadata.
Instance Attribute Details
#entries ⇒ Array<Entry> (readonly)
Returns the current value of entries.
16 17 18 |
# File 'lib/iers/parsers/leap_second.rb', line 16 def entries @entries end |
#metadata ⇒ Metadata (readonly)
Returns the current value of metadata.
16 17 18 |
# File 'lib/iers/parsers/leap_second.rb', line 16 def @metadata end |