Class: Metanorma::Release::Artifact

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

Instance Attribute Summary collapse

Instance Attribute Details

#asset_nameObject

Returns the value of attribute asset_name

Returns:

  • (Object)

    the current value of asset_name



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

def asset_name
  @asset_name
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



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

def size
  @size
end

#zip_pathObject

Returns the value of attribute zip_path

Returns:

  • (Object)

    the current value of zip_path



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

def zip_path
  @zip_path
end