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