Class: Mxrb::Compiler::Mda::Difference
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::Mda::Difference
- Defined in:
- lib/mxrb/compiler/mda.rb
Instance Attribute Summary collapse
-
#left_sha256 ⇒ Object
readonly
Returns the value of attribute left_sha256.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#right_sha256 ⇒ Object
readonly
Returns the value of attribute right_sha256.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#left_sha256 ⇒ Object (readonly)
Returns the value of attribute left_sha256
16 17 18 |
# File 'lib/mxrb/compiler/mda.rb', line 16 def left_sha256 @left_sha256 end |
#path ⇒ Object (readonly)
Returns the value of attribute path
16 17 18 |
# File 'lib/mxrb/compiler/mda.rb', line 16 def path @path end |
#right_sha256 ⇒ Object (readonly)
Returns the value of attribute right_sha256
16 17 18 |
# File 'lib/mxrb/compiler/mda.rb', line 16 def right_sha256 @right_sha256 end |
#status ⇒ Object (readonly)
Returns the value of attribute status
16 17 18 |
# File 'lib/mxrb/compiler/mda.rb', line 16 def status @status end |