Class: Mxrb::Compiler::Mda::Entry
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::Mda::Entry
- Defined in:
- lib/mxrb/compiler/mda.rb
Instance Attribute Summary collapse
-
#crc ⇒ Object
readonly
Returns the value of attribute crc.
-
#directory ⇒ Object
readonly
Returns the value of attribute directory.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#sha256 ⇒ Object
readonly
Returns the value of attribute sha256.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#crc ⇒ Object (readonly)
Returns the value of attribute crc
11 12 13 |
# File 'lib/mxrb/compiler/mda.rb', line 11 def crc @crc end |
#directory ⇒ Object (readonly)
Returns the value of attribute directory
11 12 13 |
# File 'lib/mxrb/compiler/mda.rb', line 11 def directory @directory end |
#path ⇒ Object (readonly)
Returns the value of attribute path
11 12 13 |
# File 'lib/mxrb/compiler/mda.rb', line 11 def path @path end |
#sha256 ⇒ Object (readonly)
Returns the value of attribute sha256
11 12 13 |
# File 'lib/mxrb/compiler/mda.rb', line 11 def sha256 @sha256 end |
#size ⇒ Object (readonly)
Returns the value of attribute size
11 12 13 |
# File 'lib/mxrb/compiler/mda.rb', line 11 def size @size end |