Sha256: f303b2ac82f76a809b9f373af74851fe373c5f2097da78dcc1cefc630f2a2a3d
Contents?: true
Size: 244 Bytes
Versions: 30
Compression:
Stored size: 244 Bytes
Contents
module Billimatic module Entities class PlanFeature < Base attribute :id, Integer attribute :description, String attribute :value, String attribute :tag, String attribute :_destroy, Boolean end end end
Version data entries
30 entries across 30 versions & 1 rubygems