Class: Draisine::Auditor::Discrepancy
- Inherits:
-
Struct
- Object
- Struct
- Draisine::Auditor::Discrepancy
- Defined in:
- lib/draisine/auditor/result.rb
Instance Attribute Summary collapse
-
#diff_keys ⇒ Object
Returns the value of attribute diff_keys.
-
#local_attributes ⇒ Object
Returns the value of attribute local_attributes.
-
#local_id ⇒ Object
Returns the value of attribute local_id.
-
#local_type ⇒ Object
Returns the value of attribute local_type.
-
#remote_attributes ⇒ Object
Returns the value of attribute remote_attributes.
-
#salesforce_id ⇒ Object
Returns the value of attribute salesforce_id.
-
#salesforce_type ⇒ Object
Returns the value of attribute salesforce_type.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#diff_keys ⇒ Object
Returns the value of attribute diff_keys
3 4 5 |
# File 'lib/draisine/auditor/result.rb', line 3 def diff_keys @diff_keys end |
#local_attributes ⇒ Object
Returns the value of attribute local_attributes
3 4 5 |
# File 'lib/draisine/auditor/result.rb', line 3 def local_attributes @local_attributes end |
#local_id ⇒ Object
Returns the value of attribute local_id
3 4 5 |
# File 'lib/draisine/auditor/result.rb', line 3 def local_id @local_id end |
#local_type ⇒ Object
Returns the value of attribute local_type
3 4 5 |
# File 'lib/draisine/auditor/result.rb', line 3 def local_type @local_type end |
#remote_attributes ⇒ Object
Returns the value of attribute remote_attributes
3 4 5 |
# File 'lib/draisine/auditor/result.rb', line 3 def remote_attributes @remote_attributes end |
#salesforce_id ⇒ Object
Returns the value of attribute salesforce_id
3 4 5 |
# File 'lib/draisine/auditor/result.rb', line 3 def salesforce_id @salesforce_id end |
#salesforce_type ⇒ Object
Returns the value of attribute salesforce_type
3 4 5 |
# File 'lib/draisine/auditor/result.rb', line 3 def salesforce_type @salesforce_type end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/draisine/auditor/result.rb', line 3 def type @type end |