Class: Metanorma::Release::ReleasedArtifact

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

Instance Attribute Summary collapse

Instance Attribute Details

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



43
44
45
# File 'lib/metanorma/release/interfaces.rb', line 43

def channels
  @channels
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



43
44
45
# File 'lib/metanorma/release/interfaces.rb', line 43

def id
  @id
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



43
44
45
# File 'lib/metanorma/release/interfaces.rb', line 43

def tag
  @tag
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



43
44
45
# File 'lib/metanorma/release/interfaces.rb', line 43

def url
  @url
end