Sha256: 02bfdf7e3dad290402145202d0d2d5535468143675aa158fc366c6b9cd26c127

Contents?: true

Size: 764 Bytes

Versions: 8

Compression:

Stored size: 764 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Component
          class Action < Common::Content::DoubleModel
            class << self
              def new_doc
                {
                  "id"     => new_uuid,
                  "weight" => 9999
                }
              end
            end
            
            passkey     :id
            passthrough :patch_ver, :name
            passthrough :weight, :complete, :other_information
            passdate    :due_date
            pass_reader :overdue
            passdate    :created_at, read_only: true #, :completed_at
            pass_reader :created_by, :assigned_person_member_id
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
ecoportal-api-v2-0.8.8 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-v2-0.8.7 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-v2-0.8.6 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-v2-0.8.5 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-v2-0.8.4 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.7.5 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.7.4 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.7.3 lib/ecoportal/api/v2/page/component/action.rb