Class: Ucode::Commands::Audit::CompareCommand::Result
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Commands::Audit::CompareCommand::Result
- Defined in:
- lib/ucode/commands/audit/compare_command.rb
Instance Attribute Summary collapse
-
#diff ⇒ Object
Returns the value of attribute diff.
-
#error ⇒ Object
Returns the value of attribute error.
-
#left_source ⇒ Object
Returns the value of attribute left_source.
-
#right_source ⇒ Object
Returns the value of attribute right_source.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#diff ⇒ Object
Returns the value of attribute diff
31 32 33 |
# File 'lib/ucode/commands/audit/compare_command.rb', line 31 def diff @diff end |
#error ⇒ Object
Returns the value of attribute error
31 32 33 |
# File 'lib/ucode/commands/audit/compare_command.rb', line 31 def error @error end |
#left_source ⇒ Object
Returns the value of attribute left_source
31 32 33 |
# File 'lib/ucode/commands/audit/compare_command.rb', line 31 def left_source @left_source end |
#right_source ⇒ Object
Returns the value of attribute right_source
31 32 33 |
# File 'lib/ucode/commands/audit/compare_command.rb', line 31 def right_source @right_source end |
#text ⇒ Object
Returns the value of attribute text
31 32 33 |
# File 'lib/ucode/commands/audit/compare_command.rb', line 31 def text @text end |