Method: AMEE::Data::Item.create

Defined in:
lib/amee/data_item.rb

.create(category, options = {}) ⇒ Object



217
218
219
# File 'lib/amee/data_item.rb', line 217

def self.create(category, options = {})
  create_without_category(category.connection, category.full_path, options)
end