class Ecoportal::API::V2::Page::Component::Action

Public Class Methods

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