Class: Metanorma::Release::ReleasedArtifact
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::ReleasedArtifact
- Defined in:
- lib/metanorma/release/interfaces.rb
Instance Attribute Summary collapse
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#id ⇒ Object
Returns the value of attribute id.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#channels ⇒ Object
Returns the value of attribute channels
43 44 45 |
# File 'lib/metanorma/release/interfaces.rb', line 43 def channels @channels end |
#id ⇒ Object
Returns the value of attribute id
43 44 45 |
# File 'lib/metanorma/release/interfaces.rb', line 43 def id @id end |
#tag ⇒ Object
Returns the value of attribute tag
43 44 45 |
# File 'lib/metanorma/release/interfaces.rb', line 43 def tag @tag end |
#url ⇒ Object
Returns the value of attribute url
43 44 45 |
# File 'lib/metanorma/release/interfaces.rb', line 43 def url @url end |