Method: ContentsCore::ItemObject#data=

Defined in:
app/models/contents_core/item_object.rb

#data=(value) ⇒ Object



10
11
12
# File 'app/models/contents_core/item_object.rb', line 10

def data=( value )
  self.data_hash = value
end