Sha256: f06cb8b45bec3fa0b5d78ad47e82bd5791bc0d31bf2f71c3d8776a8405286cb2
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
# frozen_string_literal: true class Mockolate::Types::String < Mockolate::Types # Public Methods # name: Name of the key specified in params block # options: Options of the key specified in params block # value: Returns default value if specified, or fetchs data from faker # def parse # super # end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mockolate-0.1.0 | lib/mockolate/types/string.rb |