class Manifestly::Entity::WorkflowStepContentObject

Attributes

caption[RW]
content[RW]
content_type[RW]
id[RW]
position[RW]

Public Class Methods

endpoint_target() click to toggle source
# File lib/manifestly/entity/workflow_step_content_object.rb, line 16
def self.endpoint_target
  :content_objects
end
parent_class() click to toggle source
# File lib/manifestly/entity/workflow_step_content_object.rb, line 12
def self.parent_class
  WorkflowStep
end