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
14 15 16 |
# File 'lib/bcl/base_xml.rb', line 14 def checksum @checksum end |
#filename ⇒ Object
Returns the value of attribute filename
14 15 16 |
# File 'lib/bcl/base_xml.rb', line 14 def filename @filename end |
#filetype ⇒ Object
Returns the value of attribute filetype
14 15 16 |
# File 'lib/bcl/base_xml.rb', line 14 def filetype @filetype end |
#fqp_file ⇒ Object
Returns the value of attribute fqp_file
14 15 16 |
# File 'lib/bcl/base_xml.rb', line 14 def fqp_file @fqp_file end |
#usage_type ⇒ Object
Returns the value of attribute usage_type
14 15 16 |
# File 'lib/bcl/base_xml.rb', line 14 def usage_type @usage_type end |
#version_id ⇒ Object
Returns the value of attribute version_id
14 15 16 |
# File 'lib/bcl/base_xml.rb', line 14 def version_id @version_id end |
#version_software_program ⇒ Object
Returns the value of attribute version_software_program
14 15 16 |
# File 'lib/bcl/base_xml.rb', line 14 def version_software_program @version_software_program end |