Sha256: 587d075a2ae9411796e5df74b1d262c143a06855bc1d097650125053d3d271c5
Contents?: true
Size: 355 Bytes
Versions: 18
Compression:
Stored size: 355 Bytes
Contents
module EfoNelfo module V40 class BT < EfoNelfo::PostType # It's important to list the property in the same order as specified in the specs 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
18 entries across 18 versions & 1 rubygems