Sha256: a9fc6ab184fc0c8e08f3208a5cbdcf5376dd42e0bbbdd35c7ede0f456496c979
Contents?: true
Size: 415 Bytes
Versions: 5
Compression:
Stored size: 415 Bytes
Contents
module Ecoportal module API class V2 class Pages class PageStage < V2::Page passthrough :mould_counter, :archive passthrough :task_priority, :state passthrough :votes_enabled, :upvotes, :downvotes passarray :force_errors, :subtags, :permits, order_matters: false passthrough :evolution end end end end end
Version data entries
5 entries across 5 versions & 2 rubygems