Class: Metanorma::Release::ChangeResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/metanorma/release/change_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#changed?Object

Returns the value of attribute changed?

Returns:

  • (Object)

    the current value of changed?



5
6
7
# File 'lib/metanorma/release/change_detector.rb', line 5

def changed?
  @changed?
end

#current_hashObject

Returns the value of attribute current_hash

Returns:

  • (Object)

    the current value of current_hash



5
6
7
# File 'lib/metanorma/release/change_detector.rb', line 5

def current_hash
  @current_hash
end

#previous_hashObject

Returns the value of attribute previous_hash

Returns:

  • (Object)

    the current value of previous_hash



5
6
7
# File 'lib/metanorma/release/change_detector.rb', line 5

def previous_hash
  @previous_hash
end