Sha256: f89c0633b0b95e3a823fff7758b944660b1db56f953c9db1a172b3636bd9d0cc
Contents?: true
Size: 517 Bytes
Versions: 1
Compression:
Stored size: 517 Bytes
Contents
module Ecoportal module API class V2 class Page class Component class SelectionField < Page::Component passthrough :multiple, :other, :other_desc class_resolver :selection_option_class, "Ecoportal::API::V2::Page::Component::SelectionOption" embeds_multiple :options, klass: :selection_option_class, order_key: :weight end end end end end end require 'ecoportal/api/v2/page/component/selection_option'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ecoportal-api-oozes-0.5.5 | lib/ecoportal/api/v2/page/component/selection_field.rb |