Sha256: 9df1972fe440a52ce5f811d8192e6165aca537ce46e1da5044f86475372e82c0

Contents?: true

Size: 406 Bytes

Versions: 4

Compression:

Stored size: 406 Bytes

Contents

require_relative 'endpoint'

module Manifestly
  module Entity
    class WorkflowStepContentObject < ChildEndpoint
      attr_accessor :id
      attr_accessor :caption
      attr_accessor :content
      attr_accessor :content_type
      attr_accessor :position

      def self.parent_class
        WorkflowStep
      end

      def self.endpoint_target
        :content_objects
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
manifestly-client-1.0.4 lib/manifestly/entity/workflow_step_content_object.rb
manifestly-client-1.0.3 lib/manifestly/entity/workflow_step_content_object.rb
manifestly-client-1.0.1 lib/manifestly/entity/workflow_step_content_object.rb
manifestly-client-1.0.0 lib/manifestly/entity/workflow_step_content_object.rb