Sha256: 545d7b5327bd4b2f7256dac42275252568e8b1c2e3e8e62c663aad130064cfd0
Contents?: true
Size: 380 Bytes
Versions: 134
Compression:
Stored size: 380 Bytes
Contents
module Avo module Fields class TextField < BaseField attr_reader :link_to_record attr_reader :as_html attr_reader :protocol def initialize(id, **args, &block) super(id, **args, &block) add_boolean_prop args, :link_to_record add_boolean_prop args, :as_html add_string_prop args, :protocol end end end end
Version data entries
134 entries across 134 versions & 1 rubygems