Sha256: 67e6ac7f1f89e3f3926aa58a63cf10531645ff782b24efd0a8b82a9470847b39
Contents?: true
Size: 396 Bytes
Versions: 6
Compression:
Stored size: 396 Bytes
Contents
module Ecoportal module API class V2 class Pages # @attr_reader page_id [String] the `id` of the new ooze. # @attr_reader active_stage_id [String] the active stage `id` of the new ooze. class PageCreateResponse < Ecoportal::API::Common::Content::DoubleModel passthrough :page_id, :active_stage_id end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems