Sha256: 7584e15134d6fccfd232b49e5020d699a46ca05c59c40a88f7606c4dff36d06c

Contents?: true

Size: 1.64 KB

Versions: 1

Compression:

Stored size: 1.64 KB

Contents

dm:
  value1: this is value 1
  value2: this is value 2
  full_name: ~full_name
  first_name: ~first_name
  last_name: ~last_name
  name_prefix: ~name_prefix
  name_suffix: ~name_suffix
  street: ~street_address
  street_plus:  ~street_address(true)
  city: ~city
  state: ~state
  state_ab: ~state_abbr
  zip: ~zip_code
  country: ~country
  second_address: ~secondary_address
  company: ~company_name
  email: ~email_address
  email_plus: ~email_address('buddy')
  domain_name: ~domain_name
  url: ~url
  user_name: ~user_name
  phone: ~phone_number
  cell: ~cell_phone
  catch_phrase: ~catch_phrase
  words: ~words
  sentence: ~sentence
  sentences: ~sentences
  paragraphs: ~paragraphs
  characters: ~characters
  bool_true: true
  bool_false: false
  random: ~randomize ['Tom', 'Dick', 'Harry']
  ordered: ~sequential ['first', 'second', 'third']
  range:  ~randomize 1..5
  mask: ~mask "###-AAA_aaa"
  job_title: ~job_title
  today: ~today
  tomorrow: ~tomorrow
  yesterday: ~yesterday
  5daysfromtoday: ~5.days_from_today
  5daysago: ~5.days_ago
  some_month: ~month
  month_abbr: ~month_abbr
  some_day: ~day_of_week
  day_abbr: ~day_of_week_abbr
  this:
    is_nested: Nested Value
    translate_nested:
      full_name: ~full_name
      first_name: ~first_name
  color_hex: ~color_hex
  color_name: ~color_name
  number: ~number(digits = 10, true)
  decimal: ~decimal(before_decimal = 5, after_decimal = 3)
  merge: ~merge(separator = '--', [first_name, last_name, number(3)])
  date_between: ~date_between(from = '01/01/2021', to = '31/12/2021', format = '%d/%m/%y')

dynamic:
  blah: ~blah

other:
  name: Cheezy
  address: 123 Main Street
  email: cheezy@example.com

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
new_data_magic-1.2 features/yaml/example.yml