Class: BCL::FileStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/bcl/base_xml.rb

Instance Attribute Summary collapse

Instance Attribute Details

#checksumObject

Returns the value of attribute checksum

Returns:

  • (Object)

    the current value of checksum



14
15
16
# File 'lib/bcl/base_xml.rb', line 14

def checksum
  @checksum
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



14
15
16
# File 'lib/bcl/base_xml.rb', line 14

def filename
  @filename
end

#filetypeObject

Returns the value of attribute filetype

Returns:

  • (Object)

    the current value of filetype



14
15
16
# File 'lib/bcl/base_xml.rb', line 14

def filetype
  @filetype
end

#fqp_fileObject

Returns the value of attribute fqp_file

Returns:

  • (Object)

    the current value of fqp_file



14
15
16
# File 'lib/bcl/base_xml.rb', line 14

def fqp_file
  @fqp_file
end

#usage_typeObject

Returns the value of attribute usage_type

Returns:

  • (Object)

    the current value of usage_type



14
15
16
# File 'lib/bcl/base_xml.rb', line 14

def usage_type
  @usage_type
end

#version_idObject

Returns the value of attribute version_id

Returns:

  • (Object)

    the current value of version_id



14
15
16
# File 'lib/bcl/base_xml.rb', line 14

def version_id
  @version_id
end

#version_software_programObject

Returns the value of attribute version_software_program

Returns:

  • (Object)

    the current value of version_software_program



14
15
16
# File 'lib/bcl/base_xml.rb', line 14

def version_software_program
  @version_software_program
end