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
1426
|
# File 'lib/carddb/collection.rb', line 1426
def inferred_children = data['inferredChildren'] || []
|
#inferred_item_type ⇒ Object
1425
|
# File 'lib/carddb/collection.rb', line 1425
def inferred_item_type = data['inferredItemType']
|
#inferred_link_dataset ⇒ Object
1427
|
# File 'lib/carddb/collection.rb', line 1427
def inferred_link_dataset = data['inferredLinkDataset']
|
#inferred_link_direction ⇒ Object
1429
|
# File 'lib/carddb/collection.rb', line 1429
def inferred_link_direction = data['inferredLinkDirection']
|
#inferred_link_field_key ⇒ Object
1428
|
# File 'lib/carddb/collection.rb', line 1428
def inferred_link_field_key = data['inferredLinkFieldKey']
|
#inferred_type ⇒ Object
1424
|
# File 'lib/carddb/collection.rb', line 1424
def inferred_type = data['inferredType']
|
#sample_values ⇒ Object
1431
|
# File 'lib/carddb/collection.rb', line 1431
def sample_values = data['sampleValues'] || []
|
#source_field ⇒ Object
1421
|
# File 'lib/carddb/collection.rb', line 1421
def source_field = data['sourceField']
|
#status ⇒ Object
1432
|
# File 'lib/carddb/collection.rb', line 1432
def status = data['status']
|
#target_field ⇒ Object
1422
|
# File 'lib/carddb/collection.rb', line 1422
def target_field = data['targetField']
|
#target_field_label ⇒ Object
1423
|
# File 'lib/carddb/collection.rb', line 1423
def target_field_label = data['targetFieldLabel']
|
#target_field_type ⇒ Object
1430
|
# File 'lib/carddb/collection.rb', line 1430
def target_field_type = data['targetFieldType']
|