Class: Ucode::Commands::Audit::CompareCommand::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ucode/commands/audit/compare_command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#diffObject

Returns the value of attribute diff

Returns:

  • (Object)

    the current value of diff



31
32
33
# File 'lib/ucode/commands/audit/compare_command.rb', line 31

def diff
  @diff
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



31
32
33
# File 'lib/ucode/commands/audit/compare_command.rb', line 31

def error
  @error
end

#left_sourceObject

Returns the value of attribute left_source

Returns:

  • (Object)

    the current value of left_source



31
32
33
# File 'lib/ucode/commands/audit/compare_command.rb', line 31

def left_source
  @left_source
end

#right_sourceObject

Returns the value of attribute right_source

Returns:

  • (Object)

    the current value of right_source



31
32
33
# File 'lib/ucode/commands/audit/compare_command.rb', line 31

def right_source
  @right_source
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



31
32
33
# File 'lib/ucode/commands/audit/compare_command.rb', line 31

def text
  @text
end