Class: Draisine::Auditor::Discrepancy

Inherits:
Struct
  • Object
show all
Defined in:
lib/draisine/auditor/result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#diff_keysObject

Returns the value of attribute diff_keys

Returns:

  • (Object)

    the current value of diff_keys



3
4
5
# File 'lib/draisine/auditor/result.rb', line 3

def diff_keys
  @diff_keys
end

#local_attributesObject

Returns the value of attribute local_attributes

Returns:

  • (Object)

    the current value of local_attributes



3
4
5
# File 'lib/draisine/auditor/result.rb', line 3

def local_attributes
  @local_attributes
end

#local_idObject

Returns the value of attribute local_id

Returns:

  • (Object)

    the current value of local_id



3
4
5
# File 'lib/draisine/auditor/result.rb', line 3

def local_id
  @local_id
end

#local_typeObject

Returns the value of attribute local_type

Returns:

  • (Object)

    the current value of local_type



3
4
5
# File 'lib/draisine/auditor/result.rb', line 3

def local_type
  @local_type
end

#remote_attributesObject

Returns the value of attribute remote_attributes

Returns:

  • (Object)

    the current value of remote_attributes



3
4
5
# File 'lib/draisine/auditor/result.rb', line 3

def remote_attributes
  @remote_attributes
end

#salesforce_idObject

Returns the value of attribute salesforce_id

Returns:

  • (Object)

    the current value of salesforce_id



3
4
5
# File 'lib/draisine/auditor/result.rb', line 3

def salesforce_id
  @salesforce_id
end

#salesforce_typeObject

Returns the value of attribute salesforce_type

Returns:

  • (Object)

    the current value of salesforce_type



3
4
5
# File 'lib/draisine/auditor/result.rb', line 3

def salesforce_type
  @salesforce_type
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/draisine/auditor/result.rb', line 3

def type
  @type
end