Class: Metanorma::Release::ChangeResult
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::ChangeResult
- Defined in:
- lib/metanorma/release/interfaces.rb
Instance Attribute Summary collapse
-
#changed? ⇒ Object
Returns the value of attribute changed?.
-
#current_hash ⇒ Object
Returns the value of attribute current_hash.
-
#previous_hash ⇒ Object
Returns the value of attribute previous_hash.
Instance Attribute Details
#changed? ⇒ Object
Returns the value of attribute changed?
39 40 41 |
# File 'lib/metanorma/release/interfaces.rb', line 39
def changed?
@changed?
end
|
#current_hash ⇒ Object
Returns the value of attribute current_hash
39 40 41 |
# File 'lib/metanorma/release/interfaces.rb', line 39 def current_hash @current_hash end |
#previous_hash ⇒ Object
Returns the value of attribute previous_hash
39 40 41 |
# File 'lib/metanorma/release/interfaces.rb', line 39 def previous_hash @previous_hash end |