Sha256: a75c01a68735eb028b942c9c9a3ae41f5a4c83c1ba6b9d23b3e5f49785024aa2
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
module EfoNelfo module V40 class DT < 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
efo_nelfo-2.0.0 | lib/efo_nelfo/v40/dt.rb |
efo_nelfo-1.7.0 | lib/efo_nelfo/v40/dt.rb |