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
1152
|
# File 'lib/carddb/collection.rb', line 1152
def inferred_children = data['inferredChildren'] || []
|
#inferred_item_type ⇒ Object
1151
|
# File 'lib/carddb/collection.rb', line 1151
def inferred_item_type = data['inferredItemType']
|
#inferred_link_dataset ⇒ Object
1153
|
# File 'lib/carddb/collection.rb', line 1153
def inferred_link_dataset = data['inferredLinkDataset']
|
#inferred_link_direction ⇒ Object
1155
|
# File 'lib/carddb/collection.rb', line 1155
def inferred_link_direction = data['inferredLinkDirection']
|
#inferred_link_field_key ⇒ Object
1154
|
# File 'lib/carddb/collection.rb', line 1154
def inferred_link_field_key = data['inferredLinkFieldKey']
|
#inferred_type ⇒ Object
1150
|
# File 'lib/carddb/collection.rb', line 1150
def inferred_type = data['inferredType']
|
#sample_values ⇒ Object
1157
|
# File 'lib/carddb/collection.rb', line 1157
def sample_values = data['sampleValues'] || []
|
#source_field ⇒ Object
1147
|
# File 'lib/carddb/collection.rb', line 1147
def source_field = data['sourceField']
|
#status ⇒ Object
1158
|
# File 'lib/carddb/collection.rb', line 1158
def status = data['status']
|
#target_field ⇒ Object
1148
|
# File 'lib/carddb/collection.rb', line 1148
def target_field = data['targetField']
|
#target_field_label ⇒ Object
1149
|
# File 'lib/carddb/collection.rb', line 1149
def target_field_label = data['targetFieldLabel']
|
#target_field_type ⇒ Object
1156
|
# File 'lib/carddb/collection.rb', line 1156
def target_field_type = data['targetFieldType']
|