Sha256: d71d01f23d7dd79b7592c0e9e1e660a5e6095e1f5dcba544854c497ab34f7979

Contents?: true

Size: 481 Bytes

Versions: 9

Compression:

Stored size: 481 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Component
          class ChecklistField < Page::Component
            #class_resolver :checklist_item_class, "Ecoportal::API::V2::Page::Component::ChecklistItem"
            embeds_multiple :items, klass: "Ecoportal::API::V2::Page::Component::ChecklistItem", order_key: :weight
          end
        end
      end
    end
  end
end

require 'ecoportal/api/v2/page/component/checklist_item'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ecoportal-api-oozes-0.7.2 lib/ecoportal/api/v2/page/component/checklist_field.rb
ecoportal-api-oozes-0.7.1 lib/ecoportal/api/v2/page/component/checklist_field.rb
ecoportal-api-oozes-0.7.0 lib/ecoportal/api/v2/page/component/checklist_field.rb
ecoportal-api-oozes-0.6.1 lib/ecoportal/api/v2/page/component/checklist_field.rb
ecoportal-api-oozes-0.6.0 lib/ecoportal/api/v2/page/component/checklist_field.rb
ecoportal-api-oozes-0.5.9 lib/ecoportal/api/v2/page/component/checklist_field.rb
ecoportal-api-oozes-0.5.8 lib/ecoportal/api/v2/page/component/checklist_field.rb
ecoportal-api-oozes-0.5.7 lib/ecoportal/api/v2/page/component/checklist_field.rb
ecoportal-api-oozes-0.5.6 lib/ecoportal/api/v2/page/component/checklist_field.rb