Sha256: 7d0ed76f2739e66da07fbd5b0b8a877f8c587959559cf17d4ae4f65247de6e60

Contents?: true

Size: 480 Bytes

Versions: 10

Compression:

Stored size: 480 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Component
          class Action < Common::Content::DoubleModel
            passkey     :id
            passthrough :patch_ver, :name
            passthrough :weight, :complete, :overdue, :other_information
            passdate    :due_date, :created_at #, :completed_at
            passthrough :created_by, :assigned_person_member_id
          end
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ecoportal-api-oozes-0.7.2 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.7.1 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.7.0 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.6.1 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.6.0 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.5.9 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.5.8 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.5.7 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.5.6 lib/ecoportal/api/v2/page/component/action.rb
ecoportal-api-oozes-0.5.5 lib/ecoportal/api/v2/page/component/action.rb