Sha256: 93c39b53b081548069e76f17e73cfd62c4e972ca48f48232058c5f1c2bf4f8be
Contents?: true
Size: 380 Bytes
Versions: 25
Compression:
Stored size: 380 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 < Common::Content::DoubleModel passthrough :page_id, :active_stage_id end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems