Class: CardDB::FieldMapping
Instance Attribute Summary
Attributes inherited from Resource
#client, #data
Instance Method Summary
collapse
Methods inherited from Resource
#[], #initialize, #key?, #to_h, #to_json
Instance Method Details
#inferred_children ⇒ Object
1476
|
# File 'lib/carddb/collection.rb', line 1476
def inferred_children = data['inferredChildren'] || []
|
#inferred_item_type ⇒ Object
1475
|
# File 'lib/carddb/collection.rb', line 1475
def inferred_item_type = data['inferredItemType']
|
#inferred_link_dataset ⇒ Object
1477
|
# File 'lib/carddb/collection.rb', line 1477
def inferred_link_dataset = data['inferredLinkDataset']
|
#inferred_link_direction ⇒ Object
1479
|
# File 'lib/carddb/collection.rb', line 1479
def inferred_link_direction = data['inferredLinkDirection']
|
#inferred_link_field_key ⇒ Object
1478
|
# File 'lib/carddb/collection.rb', line 1478
def inferred_link_field_key = data['inferredLinkFieldKey']
|
#inferred_type ⇒ Object
1474
|
# File 'lib/carddb/collection.rb', line 1474
def inferred_type = data['inferredType']
|
#sample_values ⇒ Object
1481
|
# File 'lib/carddb/collection.rb', line 1481
def sample_values = data['sampleValues'] || []
|
#source_field ⇒ Object
1471
|
# File 'lib/carddb/collection.rb', line 1471
def source_field = data['sourceField']
|
#status ⇒ Object
1482
|
# File 'lib/carddb/collection.rb', line 1482
def status = data['status']
|
#target_field ⇒ Object
1472
|
# File 'lib/carddb/collection.rb', line 1472
def target_field = data['targetField']
|
#target_field_label ⇒ Object
1473
|
# File 'lib/carddb/collection.rb', line 1473
def target_field_label = data['targetFieldLabel']
|
#target_field_type ⇒ Object
1480
|
# File 'lib/carddb/collection.rb', line 1480
def target_field_type = data['targetFieldType']
|