Class: IERS::UpdateResult
- Inherits:
-
Data
- Object
- Data
- IERS::UpdateResult
- Defined in:
- lib/iers/update_result.rb
Instance Attribute Summary collapse
-
#errors ⇒ Hash{Symbol => Error}
readonly
The current value of errors.
-
#updated_files ⇒ Array<Symbol>
readonly
The current value of updated_files.
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Hash{Symbol => Error} (readonly)
Returns the current value of errors.
6 7 8 |
# File 'lib/iers/update_result.rb', line 6 def errors @errors end |
#updated_files ⇒ Array<Symbol> (readonly)
Returns the current value of updated_files.
6 7 8 |
# File 'lib/iers/update_result.rb', line 6 def updated_files @updated_files end |
Instance Method Details
#success? ⇒ Boolean
8 9 10 |
# File 'lib/iers/update_result.rb', line 8 def success? errors.empty? end |