class Ecoportal::API::V2::Page::Component::ChecklistItem

Public Class Methods

new_doc() click to toggle source
# File lib/ecoportal/api/v2/page/component/checklist_item.rb, line 9
def new_doc
  {
    "id"          => new_uuid,
    "weight"      => 9999
  }
end