Method: Consyncful::ItemMapper#type

Defined in:
lib/consyncful/item_mapper.rb

#typeObject



27
28
29
30
31
32
# File 'lib/consyncful/item_mapper.rb', line 27

def type
  case @item.type
  when 'Entry' then @item.content_type.id
  when 'Asset' then 'asset'
  end
end