Sha256: f62feff76ac2645ae01e6e34613c1785f878a0c59f5c798814b84393cd317d40

Contents?: true

Size: 450 Bytes

Versions: 9

Compression:

Stored size: 450 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Component
          class ActionField < Page::Component
            #class_resolver :action_class, "Ecoportal::API::V2::Page::Component::Action"
            embeds_multiple :actions, klass: "Ecoportal::API::V2::Page::Component::Action", order_key: :weight
          end
        end
      end
    end
  end
end

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

Version data entries

9 entries across 9 versions & 1 rubygems

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