Class: Metanorma::Release::FetchResult
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::FetchResult
- Defined in:
- lib/metanorma/release/aggregation_interfaces.rb
Instance Attribute Summary collapse
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#releases ⇒ Object
Returns the value of attribute releases.
-
#unchanged? ⇒ Object
Returns the value of attribute unchanged?.
Instance Attribute Details
#etag ⇒ Object
Returns the value of attribute etag
29 30 31 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 29 def etag @etag end |
#releases ⇒ Object
Returns the value of attribute 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?
29 30 31 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 29
def unchanged?
@unchanged?
end
|