Sha256: 8702ccb4e64dace3d396f736b5a215718bab614d47a31fe777f07cbc4a06a94a
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 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: :action_class, order_key: :weight end end end end end end require 'ecoportal/api/v2/page/component/action'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ecoportal-api-oozes-0.5.5 | lib/ecoportal/api/v2/page/component/action_field.rb |