Sha256: c93a8ec8c5086a6ca9ec014b0f9dbcf434c28b30413292af43cf4da7ec3d5f6a
Contents?: true
Size: 265 Bytes
Versions: 5
Compression:
Stored size: 265 Bytes
Contents
module EfoNelfo module V40 class CT < EfoNelfo::PostType property :post_type, alias: :PostType, limit: 2, default: post_type, required: true property :text, alias: :FriTekst, limit: 30 def to_s text end end end end
Version data entries
5 entries across 5 versions & 1 rubygems