Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. module Workflows
  2.  class ProductionEntity < BaseEntity
  3.   attribute :id, AttrType::Strict::Integer
  4.   attribute :title, AttrType::Strict::String
  5.   attribute :logline, AttrType::Strict::String.optional
  6.  end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement