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
1413
|
# File 'lib/carddb/collection.rb', line 1413
def inferred_children = data['inferredChildren'] || []
|
#inferred_item_type ⇒ Object
1412
|
# File 'lib/carddb/collection.rb', line 1412
def inferred_item_type = data['inferredItemType']
|
#inferred_link_dataset ⇒ Object
1414
|
# File 'lib/carddb/collection.rb', line 1414
def inferred_link_dataset = data['inferredLinkDataset']
|
#inferred_link_direction ⇒ Object
1416
|
# File 'lib/carddb/collection.rb', line 1416
def inferred_link_direction = data['inferredLinkDirection']
|
#inferred_link_field_key ⇒ Object
1415
|
# File 'lib/carddb/collection.rb', line 1415
def inferred_link_field_key = data['inferredLinkFieldKey']
|
#inferred_type ⇒ Object
1411
|
# File 'lib/carddb/collection.rb', line 1411
def inferred_type = data['inferredType']
|
#sample_values ⇒ Object
1418
|
# File 'lib/carddb/collection.rb', line 1418
def sample_values = data['sampleValues'] || []
|
#source_field ⇒ Object
1408
|
# File 'lib/carddb/collection.rb', line 1408
def source_field = data['sourceField']
|
#status ⇒ Object
1419
|
# File 'lib/carddb/collection.rb', line 1419
def status = data['status']
|
#target_field ⇒ Object
1409
|
# File 'lib/carddb/collection.rb', line 1409
def target_field = data['targetField']
|
#target_field_label ⇒ Object
1410
|
# File 'lib/carddb/collection.rb', line 1410
def target_field_label = data['targetFieldLabel']
|
#target_field_type ⇒ Object
1417
|
# File 'lib/carddb/collection.rb', line 1417
def target_field_type = data['targetFieldType']
|