Class: Metanorma::Release::ChangeResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#changed?Object

Returns the value of attribute changed?

Returns:

  • (Object)

    the current value of changed?



39
40
41
# File 'lib/metanorma/release/interfaces.rb', line 39

def changed?
  @changed?
end

#current_hashObject

Returns the value of attribute current_hash

Returns:

  • (Object)

    the current value of current_hash



39
40
41
# File 'lib/metanorma/release/interfaces.rb', line 39

def current_hash
  @current_hash
end

#previous_hashObject

Returns the value of attribute previous_hash

Returns:

  • (Object)

    the current value of previous_hash



39
40
41
# File 'lib/metanorma/release/interfaces.rb', line 39

def previous_hash
  @previous_hash
end