Skip to content

Instantly share code, notes, and snippets.

@DamirSvrtan
Last active August 8, 2019 04:41
Show Gist options
  • Save DamirSvrtan/ed929e033c25d99dd876b3e7edd89b44 to your computer and use it in GitHub Desktop.
Save DamirSvrtan/ed929e033c25d99dd876b3e7edd89b44 to your computer and use it in GitHub Desktop.
module Workflows
 class ProductionEntity < BaseEntity
  attribute :id, AttrType::Strict::Integer
  attribute :title, AttrType::Strict::String
  attribute :logline, AttrType::Strict::String.optional
 end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment