Class: Metanorma::Release::FetchResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



29
30
31
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 29

def etag
  @etag
end

#releasesObject

Returns the value of attribute releases

Returns:

  • (Object)

    the current value of releases



29
30
31
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 29

def releases
  @releases
end

#unchanged?Object

Returns the value of attribute unchanged?

Returns:

  • (Object)

    the current value of unchanged?



29
30
31
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 29

def unchanged?
  @unchanged?
end