Class: BCL::FileStruct
- Inherits:
-
Struct
- Object
- Struct
- BCL::FileStruct
- Defined in:
- lib/bcl/base_xml.rb
Instance Attribute Summary collapse
-
#checksum ⇒ Object
Returns the value of attribute checksum.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#filetype ⇒ Object
Returns the value of attribute filetype.
-
#fqp_file ⇒ Object
Returns the value of attribute fqp_file.
-
#usage_type ⇒ Object
Returns the value of attribute usage_type.
-
#version_id ⇒ Object
Returns the value of attribute version_id.
-
#version_software_program ⇒ Object
Returns the value of attribute version_software_program.
Instance Attribute Details
#checksum ⇒ Object
Returns the value of attribute checksum
44 45 46 |
# File 'lib/bcl/base_xml.rb', line 44 def checksum @checksum end |
#filename ⇒ Object
Returns the value of attribute filename
44 45 46 |
# File 'lib/bcl/base_xml.rb', line 44 def filename @filename end |
#filetype ⇒ Object
Returns the value of attribute filetype
44 45 46 |
# File 'lib/bcl/base_xml.rb', line 44 def filetype @filetype end |
#fqp_file ⇒ Object
Returns the value of attribute fqp_file
44 45 46 |
# File 'lib/bcl/base_xml.rb', line 44 def fqp_file @fqp_file end |
#usage_type ⇒ Object
Returns the value of attribute usage_type
44 45 46 |
# File 'lib/bcl/base_xml.rb', line 44 def usage_type @usage_type end |
#version_id ⇒ Object
Returns the value of attribute version_id
44 45 46 |
# File 'lib/bcl/base_xml.rb', line 44 def version_id @version_id end |
#version_software_program ⇒ Object
Returns the value of attribute version_software_program
44 45 46 |
# File 'lib/bcl/base_xml.rb', line 44 def version_software_program @version_software_program end |